Skip to content

Commit

Permalink
fix: add :crypto to extra_applications
Browse files Browse the repository at this point in the history
Fixes #100
  • Loading branch information
mhanberg committed Jul 12, 2023
1 parent 97a8fe5 commit 480aa01
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 NextLS.MixProject do
# Run "mix help compile.app" to learn about applications.
def application do
[
extra_applications: [:logger],
extra_applications: [:logger, :crypto],
mod: {NextLS.Application, []}
]
end
Expand Down

0 comments on commit 480aa01

Please sign in to comment.