gmserialization/rebar.config
Craig Everett 356d86cd72
All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in -4m21s
Fix dep reference
2025-01-23 20:01:15 +09:00

11 lines
286 B
Erlang

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