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