Current section

Files

Jump to
http_cache rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [{telemetry, "~> 1.0"}, {cowlib, "~> 2.0"}, {http_cache_store_behaviour, "~> 1.0"}]}.
{minimum_otp_vsn, "24.0"}.
{plugins, [rebar3_ex_doc, rebar3_hex]}.
{project_plugins, [erlfmt]}.
{erlfmt, [write]}.
{dialyzer, [{plt_extra_apps, [http_cache_store_behaviour, cowlib, telemetry]}]}.
{ex_doc, [
{extras, ["README.md", "CHANGELOG.md"]},
{main, "README.md"},
{source_url, "https://github.com/tanguilp/http_cache"}
]}.
{hex, [{doc, #{provider => ex_doc}}]}.