{erl_opts, [debug_info]}.
{deps, []}.
{plugins, [rebar3_format, rebar3_ex_doc, rebar3_hex]}.

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

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