Current section

Files

Jump to
rebar3_erllambda rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{profiles,
[
{test,
[
{erl_opts, [export_all]},
{deps,
[
{rebar3, ".*",
{git, "https://github.com/erlang/rebar3.git",
{branch, "master"}}}
]}
]}
]
}.