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