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

{shell, [
    {apps, [test_hex]}
]}.

{project_plugins, [rebar3_hex]}.
{ex_doc, [
    {extras, ["README.md", "LICENSE"]},
    {main, "README.md"},
    {source_url, "https://github.com/onno-vos-dev/test_hex"}
]}.

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