{erl_opts, []}.
{deps, []}.
{plugins, [rebar3_hex]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
          {source_url, <<"https://git.sr.ht/~subsetpark/apcl-erl">>},
          {extras, [<<"README.md">>, <<"LICENSE.md">>]},
          {main, <<"readme">>}]}.
