Merge pull request #7 from aeternity/tb-clean-up-app

Clean up dependencies in .app.src
This commit is contained in:
Tino Breddin
2019-10-22 17:08:27 +02:00
committed by GitHub
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -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]},
Regular → Executable
View File
+1 -3
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,[]},