{deps, []}.

{project_plugins, [rebar3_hex]}.
{hex, [{doc, edoc}]}.

{erl_opts, [
    warnings_as_errors,
    warn_export_all
]}.
