Current section
Files
Jump to
Current section
Files
rebar3_erllambda
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, []}.
{profiles,
[
{test,
[
{erl_opts, [export_all]},
{deps,
[
{rebar3, ".*",
{git, "https://github.com/erlang/rebar3.git",
{branch, "master"}}}
]}
]}
]
}.