Current section

Files

Jump to
mstore rebar.config
Raw

rebar.config

{sub_dirs, []}.
{cover_enabled, true}.
{erl_opts, [debug_info, warnings_as_errors]}.
{edoc_opts, [{dir, "doc"}]}.
{eunit_opts, [{report,{eunit_surefire,[{dir,"."}]}}]}.
{deps,
[
{trie, "1.5.0", {git, "https://github.com/okeuday/trie.git", {tag, "v1.5.0"}}},
{mmath, "0.1.*", {git, "https://github.com/DalmatinerDB/mmath.git", {tag, "0.1.5"}}}
]}.
{plugins, [rebar3_eqc]}.
{profiles,
[{eqc, [{plugins, [rebar3_eqc]}]},
{pkg,
[{deps,
[{trie, "1.5.0"},
{mmath, "0.1.6"}]}]}]}.