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

View file

@ -19,7 +19,7 @@ bencode = {path = "../bencode", default-features=false, package="librqbit-bencod
buffers = {path = "../buffers", package="librqbit-buffers", version = "2.2.1"}
librqbit-core = {path = "../librqbit_core", version = "2.2.1"}
clone_to_owned = {path = "../clone_to_owned", package="librqbit-clone-to-owned", version = "2.2.1"}
peer_binary_protocol = {path = "../peer_binary_protocol"}
peer_binary_protocol = {path = "../peer_binary_protocol", package="librqbit-peer-protocol", version = "2.2.1"}
sha1w = {path = "../sha1w", default-features=false, package="librqbit-sha1-wrapper", version="2.2.1"}
dht = {path = "../dht"}

View file

@ -1,6 +1,6 @@
[package]
name = "peer_binary_protocol"
version = "0.1.0"
name = "librqbit-peer-protocol"
version = "2.2.1"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html