40 lines
1.2 KiB
Erlang
40 lines
1.2 KiB
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, "12587a70ca17e2f365abb7c184e666e830821989"}}}]}.
|
|
|
|
{profiles,
|
|
[{test,
|
|
[{deps,
|
|
[{enacl,
|
|
{git,
|
|
"https://git.qpq.swiss/QPQ-AG/enacl.git",
|
|
{ref, "4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}}},
|
|
{sha3,
|
|
{git,
|
|
"https://git.qpq.swiss/QPQ-AG/erlang-sha3.git",
|
|
{ref, "12587a70ca17e2f365abb7c184e666e830821989"}}},
|
|
{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"}}},
|
|
{sha3,
|
|
{git,
|
|
"https://git.qpq.swiss/QPQ-AG/erlang-sha3.git",
|
|
{ref, "12587a70ca17e2f365abb7c184e666e830821989"}}},
|
|
{ecrecover,
|
|
{git,
|
|
"https://git.qpq.swiss/QPQ-AG/ecrecover.git",
|
|
{ref, "ce4175eaf2667a07ce41348dc6d4332477e30637"}}}]}]}]}.
|