{erl_opts, [debug_info]}.

{deps, []}.

{profiles, [
    {test, [{erl_opts, [nowarn_export_all]}]}
]}.

{project_plugins, [
    rebar3_hex,
    rebar3_ex_doc
]}.

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