ec_utils/rebar.config
Craig Everett eebfedd810
Some checks failed
EC Utils Tests / tests (push) Failing after -4m8s
Updating sha3 dep (but dialyzer still can't find it?)
2025-01-23 15:27:13 +09:00

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"}}}]}]}]}.