Page MenuHomePhorge

No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None
diff --git a/mix.exs b/mix.exs
index 42bf3f8..1c93ac0 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,33 +1,34 @@
defmodule HttpSignatures.MixProject do
use Mix.Project
def project do
[
app: :http_signatures,
version: "0.1.0",
elixir: "~> 1.7",
elixirc_options: [warnings_as_errors: true],
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
deps: deps()
]
end
# Run "mix help compile.app" to learn about applications.
def application do
[
extra_applications: [:logger]
]
end
# Run "mix help deps" to learn about dependencies.
defp deps do
[
- # {:dep_from_hexpm, "~> 0.3.0"},
- # {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"},
+ {:credo, "~> 1.0.0", only: [:dev, :test], runtime: false},
+ {:ex_doc, "~> 0.19", only: :dev, runtime: false},
+ {:dialyxir, "~> 1.0.0-rc.5", only: [:dev], runtime: false}
]
end
defp elixirc_paths(:test), do: ["lib", "test/support"]
defp elixirc_paths(_), do: ["lib"]
end

File Metadata

Mime Type
text/x-diff
Expires
Wed, Jan 22, 1:05 AM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
55775
Default Alt Text
(1 KB)

Event Timeline