mirror of
https://github.com/btdig/dhtcrawler2.git
synced 2025-01-18 12:11:39 +00:00
11 lines
427 B
Erlang
11 lines
427 B
Erlang
{erl_opts, [debug_info, fail_on_warning]}.
|
|
|
|
{deps, [
|
|
{ibrowse, ".*", {git, "git@github.com:cmullaparthi/ibrowse.git", "HEAD"}},
|
|
{bson, ".*", {git, "git@github.com:mongodb/bson-erlang.git", "HEAD"}},
|
|
{mongodb, ".*", {git, "git@github.com:mongodb/mongodb-erlang.git", "HEAD"}},
|
|
{kdht, ".*", {git, "git@github.com:kevinlynx/kdht.git", "HEAD"}},
|
|
{giza, ".*", {git, "https://github.com/kevinlynx/giza.git", "HEAD"}}
|
|
]}.
|
|
|