mirror of
https://github.com/btdig/dhtcrawler2.git
synced 2024-12-13 20:16:21 +00:00
11 lines
258 B
Plaintext
11 lines
258 B
Plaintext
|
{application, kdht, [
|
||
|
{description, "DHT library"},
|
||
|
{vsn, git},
|
||
|
{registered, []},
|
||
|
{applications, [kernel, stdlib]},
|
||
|
{modules, [bencode, bucket, dht_id, dht_net, dht_state, kdht_sup, msg,
|
||
|
search, storage, timer_monitor, vlog]},
|
||
|
{mod, {}}
|
||
|
]}.
|
||
|
|