defmodule ArchivePrivDirTest.MixProject do use Mix.Project def project do [ app: :archive_priv_dir_test, version: "0.1.0", elixir: "~> 1.18", start_permanent: Mix.env() == :prod, description: "Exploration of Erlang priv path resolution", package: [ name: "archive_priv_dir_test", maintainers: ["Steffen Beyer"], licenses: ["0BSD"], links: %{ "GitHub" => "https://github.com/serpent213/archive_priv_dir_test" } ] ] end end