gmserialization/rebar.config
2019-08-22 15:25:28 +02:00

5 lines
217 B
Erlang

{erl_opts, [debug_info]}.
{deps, [ {base58, {git, "https://github.com/aeternity/erl-base58.git", {ref, "60a3356"}}}
, {enacl, {git, "https://github.com/aeternity/enacl.git", {ref, "26180f4"}}}
]}.