ecrecover/rebar.config
2019-08-08 15:37:59 +02:00

26 lines
860 B
Erlang

{erl_opts, [{parse_transform, lager_transform}, {lager_extra_sinks, [ecrecover]}]}.
{deps, [
{lager, {git, "https://github.com/erlang-lager/lager.git",
{ref, "69b4ada"}}}, % tag: 3.6.7
%% ecrecover prebuilt libraries
{ecrecoverprebuilt,
{ecrecoverprebuilt_app_with_priv_from_git,
{git, "https://github.com/johnsnewby/ecrecover-prebuilt.git",
{ref, "8e4fcb445c4e781e882e23f5127659f67784628e"}}}}
]}.
{plugins, [{rebar_ecrecoverprebuilt_dep,
{git, "https://github.com/johnsnewby/rebar3-ecrecover-prebuilt-plugin.git",
{ref, "7a88c7727ee436c849ecabe4ff9d39d15a879d79"}}}
]}.
%%{profiles, [{test, [{deps, [{meck, "0.8.12"}]}]}]}.
{dialyzer, [{warnings, [unknown]},
{plt_apps, all_deps},
{base_plt_apps, [erts, kernel, stdlib, crypto]}
]}.