Current section
Files
Jump to
Current section
Files
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