mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-30 11:11:21 +00:00
Add libp2p-idenity/rand
feature to libp2p-swarm-test
This commit is contained in:
parent
0c69bc665a
commit
2d158a1ba8
@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
|
||||
[dependencies]
|
||||
async-trait = "0.1.73"
|
||||
libp2p-core = { workspace = true }
|
||||
libp2p-identity = { workspace = true }
|
||||
libp2p-identity = { workspace = true, features = ["rand"] }
|
||||
libp2p-plaintext = { workspace = true }
|
||||
libp2p-swarm = { workspace = true }
|
||||
libp2p-tcp = { workspace = true, features = ["async-io"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user