13 lines
448 B
Erlang
13 lines
448 B
Erlang
{erl_opts, [debug_info]}.
|
|
|
|
{plugins, [
|
|
{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar.git", {branch, "master"}}}
|
|
]}.
|
|
|
|
{deps,
|
|
[{sha3, {git, "https://github.com/aeternity/erlang-sha3", {ref, "b5f27a2"}}}]}.
|
|
|
|
{profiles, [{test, [{deps, [{enacl, {git, "https://github.com/aeternity/enacl.git", {ref, "01dd0c2"}}}]}]},
|
|
{eqc, [{deps, [{enacl, {git, "https://github.com/aeternity/enacl.git", {ref, "01dd0c2"}}}]}]}
|
|
]}.
|