ec_utils/rebar.config
Craig Everett 14cb92e7ab
Some checks failed
EC Utils Tests / tests (push) Failing after -4m5s
Adding a package prep script
2025-01-23 21:48:28 +09:00

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, "7290fa23664b4134d15da353061ac97aa158b332"}}}]}.
{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"}}}]}]}]}.