Current section

Files

Jump to
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [{http_cache, "~> 0.2.0"}, telemetry]}.
{minimum_otp_vsn, "25.0"}.
{plugins, [rebar3_format, rebar3_ex_doc, rebar3_hex]}.
{shell, [{config, "config/sys.config"}, {apps, [http_cache_store_memory]}]}.
{ex_doc,
[{extras, ["README.md", "CHANGELOG.md"]},
{main, "README.md"},
{source_url, "https://github.com/tanguilp/http_cache_store_memory"}]}.
{hex, [{doc, #{provider => ex_doc}}]}.