{erl_opts, [debug_info]}.
{deps, [{opencensus, "~> 0.6.0"},
        {jsx, "~> 2.9"}]}.
{project_plugins, [rebar3_lint, rebar3_hex]}.

{shell, [{config, "config/dev.conf"}]}.

% vi: ft=erlang syn=erlang
