Clean up dependencies in .app.src

This commit is contained in:
Tino Breddin 2019-10-22 09:30:17 +02:00
parent 1bb5263bad
commit 1e53801b14

View File

@ -1,12 +1,10 @@
{application, ecrecover,
[{description, "ecrecover implementation"},
[{description, "FFI (NIF) export of Ethereum's ecrecover for use from Erlang"},
{vsn, "1.0.0"},
{registered, []},
{applications,
[kernel,
stdlib,
lager,
enacl,
ecrecoverprebuilt
]},
{env,[]},