mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
9 lines
310 B
Text
9 lines
310 B
Text
{cover_enabled, true}.
|
|
{deps, [
|
|
{proper, ".*",
|
|
{git, "git://github.com/manopapad/proper.git", "master"}},
|
|
{ranch, "0\\.4\\.0.*", {git, "git://github.com/extend/ranch.git",
|
|
"cd099983b1b807b87fa050d1e4ff0a13aba25b49"}}
|
|
]}.
|
|
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
|
|
{erl_opts, []}.
|