{project_plugins, [rebar3_ex_doc, rebar3_hex]}.
{ex_doc, [
    {source_url, <<"https://github.com/hnc-agency/hnc-csv">>},
    {extras, [<<"README.md">>, <<"LICENSE">>]},
    {main, <<"readme">>}
]}.
{hex, [{doc, ex_doc}]}.
