6 lines
239 B
Erlang
6 lines
239 B
Erlang
{erl_opts, [debug_info]}.
|
|
{deps, [{enacl, ".*", {git, "https://github.com/aeternity/enacl.git", {ref, "2f50ba6"}}}]}.
|
|
|
|
{profiles, [{test, [{deps, [{jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "2.8.0"}}}]}]}
|
|
]}.
|