Update rebar.config wiht some hex stuff

This commit is contained in:
Jesse Gumm 2024-01-09 19:04:33 -06:00
parent ea203ec90d
commit 2a20cdea1e

View file

@ -12,3 +12,13 @@
erlware_commons, erlware_commons,
{qdate_localtime, "~> 1.2.0"} {qdate_localtime, "~> 1.2.0"}
]}. ]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{source_url, <<"https://github.com/choptastic/qdate">>},
{extras, [<<"README.markdown">>, <<"LICENSE">>]},
{main, <<"readme">>}]}.