%% -*- erlang -*-

{erl_opts, [
            debug_info,
            {d, 'HUT_NOOP'}
           ]}.

{deps, [
        {hut, {path, "../../"}},
        {hut_example, {path, "../basic"}}
       ]}.

{plugins, [
           rebar3_path_deps
          ]}.
