defmodule Bonafide.MixProject do use Mix.Project def project do [ app: :bonafide, version: "0.0.1", elixir: "~> 1.15", description: "Bonafide authentication library for Elixir. Placeholder reserving the name ahead of the first release.", package: [ licenses: ["MIT"], links: %{"GitHub" => "https://github.com/UntangleDev/elixir-authlib"} ] ] end def application, do: [] end