From 813e1360c02110b93d430af722ef10822095249d Mon Sep 17 00:00:00 2001 From: Gio Lucas Torres Date: Tue, 3 May 2022 16:19:18 -0300 Subject: [PATCH] Added :crypto as an extra application --- mix.exs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 63339e4..21249eb 100644 --- a/mix.exs +++ b/mix.exs @@ -19,7 +19,9 @@ defmodule UUID.Mixfile do # Application configuration. def application do - [] + [ + extra_applications: [:crypto] + ] end # List of dependencies.