Current section
Files
Jump to
Current section
Files
examples/rebar3/rebar.config.default
%% -*- erlang -*-
{erl_opts, [debug_info]}.
{deps, [
{hut, {path, "../../"}},
{hut_example, {path, "../basic"}}
]}.
{plugins, [
rebar3_path_deps
]}.