7 lines
221 B
Erlang
7 lines
221 B
Erlang
|
|
{cover_enabled, true}.
|
|
|
|
{deps, [
|
|
{plain_fsm, "1.1.*", {git, "git://github.com/uwiger/plain_fsm", {branch, "master"}}},
|
|
{ebloom, "1.0.*", {git, "git://github.com/basho/ebloom.git", {branch, "master"}}}
|
|
]}.
|