18 lines
595 B
Erlang
18 lines
595 B
Erlang
{deps, [
|
|
%% ecrecover prebuilt libraries
|
|
{ecrecoverprebuilt,
|
|
{ecrecoverprebuilt_app_with_priv_from_git,
|
|
{git, "https://github.com/aeternity/ecrecover-prebuilt.git",
|
|
{ref, "7533958"}}}}
|
|
]}.
|
|
|
|
{plugins, [{rebar_ecrecoverprebuilt_dep,
|
|
{git, "https://github.com/aeternity/rebar3-ecrecover-prebuilt-plugin.git",
|
|
{ref, "f982da061c5f2e0ffbf1ad58ac25b3b32e182b01"}}}
|
|
]}.
|
|
|
|
{dialyzer, [{warnings, [unknown]},
|
|
{plt_apps, all_deps},
|
|
{base_plt_apps, [erts, kernel, stdlib, crypto]}
|
|
]}.
|