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

{project_plugins, [rebar3_ex_doc]}.

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

{hex, [{doc, ex_doc}]}.
