Basic rebar config
This commit is contained in:
parent
d28ca09ed7
commit
c847594e05
25
rebar.config
Normal file
25
rebar.config
Normal file
@ -0,0 +1,25 @@
|
||||
|
||||
{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, "e4d56592c485c054cc5c0207476685aa32130758"}}}}
|
||||
]}.
|
||||
|
||||
{plugins, [{rebar_ecrecoverprebuilt_dep,
|
||||
{git, "https://github.com/johnsnewby/rebar3-ecrecover-prebuilt-plugin.git"}}
|
||||
%% {ref, "e4d56592c485c054cc5c0207476685aa32130758"}}}
|
||||
]}.
|
||||
|
||||
%%{profiles, [{test, [{deps, [{meck, "0.8.12"}]}]}]}.
|
||||
|
||||
{dialyzer, [{warnings, [unknown]},
|
||||
{plt_apps, all_deps},
|
||||
{base_plt_apps, [erts, kernel, stdlib, crypto]}
|
||||
]}.
|
Loading…
x
Reference in New Issue
Block a user