17 lines
421 B
Erlang
17 lines
421 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"}}},
|
|
{eblake2, "1.0.0"}
|
|
]}.
|
|
|
|
{dialyzer,
|
|
[ {plt_apps, all_deps},
|
|
{base_plt_apps, [erts, kernel, stdlib, enacl, base58, eblake2]}
|
|
]}. |