Skip to content

Commit

Permalink
extra_applications: :crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaildon authored and half-shell committed May 24, 2024
1 parent 7912312 commit 0a53bf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ defmodule Calibex.Mixfile do
deps: deps()]
end

def application do
[extra_applications: [:crypto]]
end
defp deps do
[
{:ex_doc, ">= 0.0.0", only: :dev},
Expand Down

0 comments on commit 0a53bf0

Please sign in to comment.