Current section
Files
Jump to
Current section
Files
branca_erl
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, [
{libsodium, "0.0.10"}
]}.
{profiles,
[{test, [
{erl_opts, [nowarn_export_all]},
{plugins, [
rebar3_proper
]},
{deps, [
{proper, "1.3.0"}
]}
]}
]}.