{erl_opts, [debug_info, warnings_as_errors]}.

{deps, [
    {kura, "~> 2.17"},
    {telemetry, "~> 1.3"}
]}.

{project_plugins, [
    rebar3_hex,
    rebar3_ex_doc
]}.

{ex_doc, [
    {extras, [<<"README.md">>, <<"docs/cache-aside-guide.md">>, <<"LICENSE.md">>]},
    {main, <<"README.md">>},
    {source_url, <<"https://github.com/longlene/kura_cache">>}
]}.

{hex, [{doc, #{provider => ex_doc}}]}.
