Current section
Files
Jump to
Current section
Files
http_cache
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, [{telemetry, "~> 1.0"}, {cowlib, "~> 2.0"}]}.
{profiles,
[{test, [{deps, [{cowlib, {git, "https://github.com/tanguilp/cowlib.git"}}]}]}]}.
{minimum_otp_vsn, "24.0"}.
{plugins, [rebar3_format, rebar3_ex_doc, rebar3_hex]}.
{ex_doc,
[{extras, ["README.md", "CHANGELOG.md"]},
{main, "README.md"},
{source_url, "https://github.com/tanguilp/http_cache"}]}.
{hex, [{doc, #{provider => ex_doc}}]}.