We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5483369 commit 5cdcfafCopy full SHA for 5cdcfaf
1 file changed
mix.exs
@@ -13,7 +13,7 @@ defmodule KVS.Mixfile do
13
end
14
15
def application do
16
- [mod: {:kvs, []}, extra_applications: [:mnesia]]
+ [mod: {:kvs, []}, extra_applications: [:mnesia, :crypto]]
17
18
19
defp package do
0 commit comments