Packages

Name reserved by the Bonafide authentication project. See the bonafide package.

Current section

Files

Jump to
custos mix.exs
Raw

mix.exs

defmodule Custos.MixProject do
use Mix.Project
def project do
[
app: :custos,
version: "0.0.1",
elixir: "~> 1.15",
description: "Name reserved by the Bonafide authentication project. See the bonafide package.",
package: [
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/UntangleDev/elixir-authlib"}
]
]
end
def application, do: []
end