ecrecover/rebar.config
Tino Breddin 344ca0c986 Update prebuilt reference
This includes an updated win32 library
2019-08-20 14:37:06 +02:00

18 lines
562 B
Erlang

{deps, [
%% ecrecover prebuilt libraries
{ecrecoverprebuilt,
{ecrecoverprebuilt_app_with_priv_from_git,
{git, "https://github.com/aeternity/ecrecover-prebuilt.git",
{ref, "274f90b"}}}}
]}.
{plugins, [{rebar_ecrecoverprebuilt_dep,
{git, "https://github.com/aeternity/rebar3-ecrecover-prebuilt-plugin.git",
{ref, "f982da0"}}}
]}.
{dialyzer, [{warnings, [unknown]},
{plt_apps, all_deps},
{base_plt_apps, [erts, kernel, stdlib, crypto]}
]}.