gmserialization/rebar.config
Craig Everett a221b905c2
Some checks failed
Gajumaru Serialization Tests / tests (push) Failing after -4m24s
Updating deps
2025-01-23 19:37:11 +09:00

11 lines
286 B
Erlang

{erl_opts, [debug_info]}.
{deps,
[{base58,
{git,
"https://git.qpq.swiss/QPQ-AG/erl-base58.git",
{ref, "7290fa23664b4134d15da353061ac97aa158b332"}}},
{enacl,
{git,
"https://git.qpq.swiss/QPQ-AG/enacl.git",
{ref, "4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}}}]}.