From 2f8af8ae4fa25852f3ab69e5f4d74b3b17c0e1a9 Mon Sep 17 00:00:00 2001 From: shibao Date: Wed, 1 Feb 2023 22:39:16 -0500 Subject: [PATCH] add crypto to extra applications --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index cdc59e7..6ef83d3 100644 --- a/mix.exs +++ b/mix.exs @@ -34,7 +34,7 @@ defmodule Cannery.MixProject do def application do [ mod: {Cannery.Application, []}, - extra_applications: [:logger, :runtime_tools, :os_mon] + extra_applications: [:logger, :runtime_tools, :os_mon, :crypto] ] end