Skip to content

Commit

Permalink
Merge pull request #56 from vbaranov/vb-extend-extra-applications
Browse files Browse the repository at this point in the history
Add :crypto dependency to extra_applications
  • Loading branch information
nelsonic committed Jun 21, 2024
2 parents 29763fd + 6d3cbaf commit eae8a14
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 @@ -23,7 +23,7 @@ defmodule Cid.MixProject do
# Run "mix help compile.app" to learn about applications.
def application do
[
extra_applications: [:logger]
extra_applications: [:logger, :crypto]
]
end

Expand Down

0 comments on commit eae8a14

Please sign in to comment.