Prepare dht for publishing
This commit is contained in:
parent
c0d608bd35
commit
22eb0fca57
5 changed files with 29 additions and 29 deletions
48
Cargo.lock
generated
48
Cargo.lock
generated
|
|
@ -363,28 +363,6 @@ dependencies = [
|
|||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dht"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"directories",
|
||||
"futures",
|
||||
"hex 0.4.3",
|
||||
"indexmap",
|
||||
"librqbit-bencode",
|
||||
"librqbit-clone-to-owned",
|
||||
"librqbit-core",
|
||||
"log",
|
||||
"parking_lot",
|
||||
"pretty_env_logger",
|
||||
"rand",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "digest"
|
||||
version = "0.10.7"
|
||||
|
|
@ -889,7 +867,6 @@ dependencies = [
|
|||
"bitvec",
|
||||
"byteorder",
|
||||
"crypto-hash",
|
||||
"dht",
|
||||
"futures",
|
||||
"hex 0.4.3",
|
||||
"http",
|
||||
|
|
@ -897,6 +874,7 @@ dependencies = [
|
|||
"librqbit-buffers",
|
||||
"librqbit-clone-to-owned",
|
||||
"librqbit-core",
|
||||
"librqbit-dht",
|
||||
"librqbit-peer-protocol",
|
||||
"librqbit-sha1-wrapper",
|
||||
"log",
|
||||
|
|
@ -958,6 +936,28 @@ dependencies = [
|
|||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "librqbit-dht"
|
||||
version = "2.2.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"directories",
|
||||
"futures",
|
||||
"hex 0.4.3",
|
||||
"indexmap",
|
||||
"librqbit-bencode",
|
||||
"librqbit-clone-to-owned",
|
||||
"librqbit-core",
|
||||
"log",
|
||||
"parking_lot",
|
||||
"pretty_env_logger",
|
||||
"rand",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "librqbit-peer-protocol"
|
||||
version = "2.2.1"
|
||||
|
|
@ -1487,9 +1487,9 @@ version = "2.0.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
"dht",
|
||||
"futures",
|
||||
"librqbit",
|
||||
"librqbit-dht",
|
||||
"log",
|
||||
"parse_duration",
|
||||
"pretty_env_logger",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue