Current section

Files

Jump to
multiaddr rebar.config
Raw

rebar.config

{cover_enabled, true}.
{cover_export_enabled, true}.
{erl_opts, [warn_untyped_records, debug_info, warnings_as_errors]}.
{deps, [
{erl_base58, "0.0.1"},
{base32, "0.1.0"},
{small_ints, "0.1.0"}
]}.