Current section
Files
Jump to
Current section
Files
fast_scram
rebar.config
rebar.config
{erl_opts, []}.
{deps, [{fast_pbkdf2, "1.0.3"}]}.
{plugins, [rebar3_hex]}.
{profiles, [
{test, [
{erl_opts, []},
{deps, [
{proper, "1.4.0"},
{base16, "2.0.1"}
]},
{plugins, [
{rebar3_codecov, "0.3.0"}
]}
]},
{prod, [
{erl_opts, [inline_list_funcs, deterministic]}
]}
]
}.
{cover_enabled, true}.
{cover_export_enabled, true}.