{erl_opts, []}.

{project_plugins, [
    rebar3_hex,
    rebar3_ex_doc
]}.

{hex, [
    {doc, #{provider => ex_doc}}
]}.
{ex_doc, [
     {source_url, <<"https://github.com/arcusfelis/wait_helper">>},
     {extras, [<<"README.md">>, <<"LICENSE">>]},
     {main, <<"wait_helper">>}
]}.
