diff options
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -17,7 +17,7 @@ defmodule Chessh.MixProject do def application do [ mod: {Chessh.Application, []}, - extra_applications: [:logger, :crypto, :ssh] + extra_applications: [:logger, :crypto, :ssh, :iex] ] end @@ -31,7 +31,8 @@ defmodule Chessh.MixProject do {:ecto, "~> 3.9"}, {:ecto_sql, "~> 3.9"}, {:postgrex, "~> 0.16.5"}, - {:bcrypt_elixir, "~> 3.0"} + {:bcrypt_elixir, "~> 3.0"}, + {:hammer, "~> 6.0"} ] end |