Current section
Files
Jump to
Current section
Files
http_cache_store_memory
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, [{telemetry, "~> 1.0"}, {http_cache_store_behaviour, "~> 1.0"}]}.
{minimum_otp_vsn, "25.0"}.
{plugins, [rebar3_ex_doc, rebar3_hex]}.
{project_plugins, [erlfmt]}.
{erlfmt, [write]}.
{shell, [{config, "config/sys.config"}, {apps, [http_cache_store_memory]}]}.
{dialyzer, [{plt_extra_apps, [http_cache_store_behaviour]}]}.
{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}}]}.