{erl_opts, [debug_info]}.

{deps, []}.

{plugins, [rebar3_ex_doc, rebar3_hex]}.

{project_plugins, [erlfmt]}.

{erlfmt, [write]}.

{ex_doc, [
    {extras, ["README.md"]},
    {main, "README.md"},
    {source_url, "https://github.com/tanguilp/http_cache_store_behaviour"}
]}.

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