gmserialization/rebar.config
Craig Everett e709964c9b
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in -4m28s
Gajumaru Serialization Tests / tests (push) Successful in -4m24s
Add rebar3, update test runner config, add ac_proposal_tx
2025-01-21 14:27:18 +09:00

5 lines
278 B
Erlang

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