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

{eunit_opts, [verbose]}.

{project_plugins, [rebar3_hex, rebar3_ex_doc]}.

{hex, [
    {doc, #{provider => ex_doc}}
]}.

{ex_doc, [
    {extras, [
          {"README.md", #{title => "Overview"}},
          {"LICENSE", #{title => "License"}}
    ]},
    {main, "README.md"},
    {source_url, "https://github.com/lucian/mls"}
]}.


{profiles, [{test, [
                    {deps, [{bbmustache, "1.12.2"}, {jsx, "3.1.0"}]}
                   ]}
           ]}.
