Skip to content

Commit

Permalink
Merge pull request #6 from yoavlt/feature/add_crypto_to_applications
Browse files Browse the repository at this point in the history
Add crypto module in application lists
  • Loading branch information
patricksrobertson committed May 15, 2016
2 parents 7ae5a72 + 83f900c commit 53c2603
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 53c2603

Please sign in to comment.