Add :public_key to extra_applications

This commit is contained in:
Egor Kislitsyn 2020-11-17 22:06:52 +04:00
parent de58aed3cb
commit 80e6df08d2
No known key found for this signature in database
GPG key ID: 1B49CB15B71E7805

View file

@ -18,7 +18,7 @@ defmodule HttpSignatures.MixProject do
# Run "mix help compile.app" to learn about applications.
def application do
[
extra_applications: [:logger]
extra_applications: [:logger, :public_key]
]
end