Current section
Files
Jump to
Current section
Files
rebar.config
{minimum_otp_version, "24.0"}.
{project_plugins, [rebar3_proper, rebar3_hex, rebar3_ex_doc]}.
{profiles,
[{test, [
{deps, [
{proper, "1.3.0"}
]}
]}
]}.
{ex_doc, [
{source_url, <<"https://github.com/hnc-agency/lazy">>},
{extras, [<<"README.md">>, <<"LICENSE">>]},
{main, <<"readme">>}
]}.
{hex, [{doc, ex_doc}]}.