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