Clean up dependencies in .app.src
This commit is contained in:
parent
1bb5263bad
commit
1e53801b14
@ -1,12 +1,10 @@
|
|||||||
{application, ecrecover,
|
{application, ecrecover,
|
||||||
[{description, "ecrecover implementation"},
|
[{description, "FFI (NIF) export of Ethereum's ecrecover for use from Erlang"},
|
||||||
{vsn, "1.0.0"},
|
{vsn, "1.0.0"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications,
|
{applications,
|
||||||
[kernel,
|
[kernel,
|
||||||
stdlib,
|
stdlib,
|
||||||
lager,
|
|
||||||
enacl,
|
|
||||||
ecrecoverprebuilt
|
ecrecoverprebuilt
|
||||||
]},
|
]},
|
||||||
{env,[]},
|
{env,[]},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user