Prepare peer-binary-protocol for publishing

This commit is contained in:
Igor Katson 2023-11-15 13:54:19 +00:00
parent 3f519ff2d2
commit c0d608bd35
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
3 changed files with 19 additions and 19 deletions

32
Cargo.lock generated
View file

@ -897,11 +897,11 @@ dependencies = [
"librqbit-buffers",
"librqbit-clone-to-owned",
"librqbit-core",
"librqbit-peer-protocol",
"librqbit-sha1-wrapper",
"log",
"openssl",
"parking_lot",
"peer_binary_protocol",
"pretty_env_logger",
"rand",
"regex",
@ -958,6 +958,21 @@ dependencies = [
"uuid",
]
[[package]]
name = "librqbit-peer-protocol"
version = "2.2.1"
dependencies = [
"anyhow",
"bincode",
"bitvec",
"byteorder",
"librqbit-bencode",
"librqbit-buffers",
"librqbit-clone-to-owned",
"librqbit-core",
"serde",
]
[[package]]
name = "librqbit-sha1-wrapper"
version = "2.2.1"
@ -1231,21 +1246,6 @@ dependencies = [
"regex",
]
[[package]]
name = "peer_binary_protocol"
version = "0.1.0"
dependencies = [
"anyhow",
"bincode",
"bitvec",
"byteorder",
"librqbit-bencode",
"librqbit-buffers",
"librqbit-clone-to-owned",
"librqbit-core",
"serde",
]
[[package]]
name = "percent-encoding"
version = "2.3.0"