mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
7 lines
201 B
Text
7 lines
201 B
Text
{cover_enabled, true}.
|
|
{deps, [
|
|
{proper, "1.0",
|
|
{git, "git://github.com/manopapad/proper.git", {tag, "v1.0"}}}
|
|
]}.
|
|
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
|
|
{erl_opts, []}.
|