Merge pull request #7 from aeternity/tb-clean-up-app
Clean up dependencies in .app.src
This commit is contained in:
commit
69a8e94722
@ -8,7 +8,7 @@
|
||||
|
||||
{plugins, [{rebar_ecrecoverprebuilt_dep,
|
||||
{git, "https://github.com/aeternity/rebar3-ecrecover-prebuilt-plugin.git",
|
||||
{ref, "f982da0"}}}
|
||||
{ref, "f25ad1e"}}}
|
||||
]}.
|
||||
|
||||
{dialyzer, [{warnings, [unknown]},
|
||||
|
@ -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,[]},
|
||||
|
Loading…
x
Reference in New Issue
Block a user