zomp (#46)
Some checks failed
Gajumaru Serialization Tests / tests (push) Failing after -4m25s
Some checks failed
Gajumaru Serialization Tests / tests (push) Failing after -4m25s
Reviewed-on: #46 Co-authored-by: Craig Everett <zxq9@zxq9.com> Co-committed-by: Craig Everett <zxq9@zxq9.com>
This commit is contained in:
parent
2db9ea6134
commit
f3da241917
12
rebar.config
12
rebar.config
@ -1,4 +1,10 @@
|
|||||||
{erl_opts, [debug_info]}.
|
{erl_opts, [debug_info]}.
|
||||||
{deps, [ {base58, {git, "https://git.qpq.swiss/QPQ-AG/erl-base58.git", {ref, "b6c41ff2f86f679675b95a780bfc6475e973d796"}}}
|
{deps,
|
||||||
, {enacl, {git, "https://git.qpq.swiss/QPQ-AG/enacl.git", {ref, "4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}}}
|
[{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"}}}]}.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[{<<"base58">>,
|
[{<<"base58">>,
|
||||||
{git,"https://git.qpq.swiss/QPQ-AG/erl-base58.git",
|
{git,"https://git.qpq.swiss/QPQ-AG/erl-base58.git",
|
||||||
{ref,"b6c41ff2f86f679675b95a780bfc6475e973d796"}},
|
{ref,"7290fa23664b4134d15da353061ac97aa158b332"}},
|
||||||
0},
|
0},
|
||||||
{<<"enacl">>,
|
{<<"enacl">>,
|
||||||
{git,"https://git.qpq.swiss/QPQ-AG/enacl.git",
|
{git,"https://git.qpq.swiss/QPQ-AG/enacl.git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user