Packages

A high-performance concurrent in-memory cache with one-hit-wonders detection for Erlang and Elixir

Current section

Files

Jump to
cuckoo_cache rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [{cuckoo_filter, "0.3.1"}]}.
{profiles, [
{test, [{deps, [{xxh3, "0.3.1"}]}]}
]}.
{project_plugins, [erlfmt]}.
{erlfmt, [write]}.
{plugins, [covertool]}.
{covertool, [{coverdata_files, ["eunit.coverdata"]}]}.