From e890860221f21b9e41c570879479f14176400460 Mon Sep 17 00:00:00 2001 From: Erik Stenman Date: Mon, 25 Feb 2019 16:20:23 +0100 Subject: [PATCH] Add eblake2 dep to app file. --- src/aebytecode.app.src | 1 + 1 file changed, 1 insertion(+) diff --git a/src/aebytecode.app.src b/src/aebytecode.app.src index e8c0021..3dec1c7 100644 --- a/src/aebytecode.app.src +++ b/src/aebytecode.app.src @@ -5,6 +5,7 @@ {applications, [kernel, stdlib, + eblake2, getopt ]}, {env,[]},