Skip to content

Commit

Permalink
Add crypto module in application lists
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavlt committed Jan 27, 2016
1 parent 7ae5a72 commit 83f900c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defmodule SecureRandom.Mixfile do
#
# Type `mix help compile.app` for more information
def application do
[applications: [:logger]]
[applications: [:logger, :crypto]]
end

defp package do
Expand Down

0 comments on commit 83f900c

Please sign in to comment.