mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-08-01 01:11:58 +00:00
@@ -9,7 +9,7 @@ license = "MIT"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
async-std = { version = "1.12", features = ["attributes"] }
|
||||
clap = { version = "4.3.12", features = ["derive"] }
|
||||
either = "1.8"
|
||||
either = "1.9"
|
||||
env_logger = "0.10"
|
||||
futures = "0.3.28"
|
||||
libp2p = { path = "../../libp2p", features = ["async-std", "cbor", "dns", "kad", "noise", "macros", "request-response", "tcp", "websocket", "yamux"] }
|
||||
|
@@ -8,7 +8,7 @@ license = "MIT"
|
||||
[dependencies]
|
||||
async-std = { version = "1.12", features = ["attributes"] }
|
||||
async-trait = "0.1"
|
||||
either = "1.8"
|
||||
either = "1.9"
|
||||
env_logger = "0.10"
|
||||
futures = "0.3.28"
|
||||
libp2p = { path = "../../libp2p", features = ["async-std", "gossipsub", "dns", "identify", "kad", "macros", "noise", "ping", "pnet", "tcp", "websocket", "yamux"] }
|
||||
|
Reference in New Issue
Block a user