{erl_opts, [debug_info]}.
{deps, []}.
{xrl_opts, []}.
{yrl_opts, []}.

{shell, [
  % {config, "config/sys.config"},
    {apps, [routing_tree]}
]}.

{project_plugins, [rebar3_proper]}.
{profiles, [{test, [{erl_opts, [nowarn_export_all]},
                    {deps, [proper]}
                   ]}
           ]
}.