Setup rebar3 project for eblake2
This commit is contained in:
@@ -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, []}
|
||||
]}.
|
||||
Reference in New Issue
Block a user