Setup rebar3 project for eblake2

This commit is contained in:
Hans Svensson
2019-01-28 21:58:03 +01:00
commit 6c5bacc55a
5 changed files with 71 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{application, eblake2,
[{description, "A pure Erlang Blake2 implementation"},
{vsn, "0.1.0"},
{registered, []},
{applications,
[kernel,
stdlib
]},
{env,[]},
{modules, []},
{maintainers, []},
{licenses, ["Apache 2.0"]},
{links, []}
]}.