32 lines
892 B
Erlang
32 lines
892 B
Erlang
{erl_opts, [debug_info]}.
|
|
|
|
{plugins, [{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar.git", {branch, "master"}}}]}.
|
|
|
|
{deps,
|
|
[{sha3,
|
|
{git,
|
|
"https://git.qpq.swiss/QPQ-AG/erlang-sha3.git",
|
|
{ref, "77c4e048aea75bd0bc2b5ca6cb02b7230d081c71"}}}]}.
|
|
|
|
{profiles,
|
|
[{test,
|
|
[{deps,
|
|
[{enacl,
|
|
{git,
|
|
"https://git.qpq.swiss/QPQ-AG/enacl.git",
|
|
{ref, "4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}}},
|
|
{ecrecover,
|
|
{git,
|
|
"https://git.qpq.swiss/QPQ-AG/ecrecover.git",
|
|
{ref, "ce4175eaf2667a07ce41348dc6d4332477e30637"}}}]}]},
|
|
{eqc,
|
|
[{deps,
|
|
[{enacl,
|
|
{git,
|
|
"https://git.qpq.swiss/QPQ-AG/enacl.git",
|
|
{ref, "4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}}},
|
|
{ecrecover,
|
|
{git,
|
|
"https://git.qpq.swiss/QPQ-AG/ecrecover.git",
|
|
{ref, "ce4175eaf2667a07ce41348dc6d4332477e30637"}}}]}]}]}.
|