Prepare dht for publishing
This commit is contained in:
parent
c0d608bd35
commit
22eb0fca57
5 changed files with 29 additions and 29 deletions
|
|
@ -21,7 +21,7 @@ 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", 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"}
|
||||
dht = {path = "../dht", package="librqbit-dht", version="2.2.1"}
|
||||
|
||||
tokio = {version = "1", features = ["macros", "rt-multi-thread"]}
|
||||
axum = {version = "0.6"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue