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
commit 69a8e94722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View File

@ -8,7 +8,7 @@
{plugins, [{rebar_ecrecoverprebuilt_dep, {plugins, [{rebar_ecrecoverprebuilt_dep,
{git, "https://github.com/aeternity/rebar3-ecrecover-prebuilt-plugin.git", {git, "https://github.com/aeternity/rebar3-ecrecover-prebuilt-plugin.git",
{ref, "f982da0"}}} {ref, "f25ad1e"}}}
]}. ]}.
{dialyzer, [{warnings, [unknown]}, {dialyzer, [{warnings, [unknown]},

0
rebar3 Normal file → Executable file
View File

View File

@ -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,[]},