Add libp2p-idenity/rand feature to libp2p-swarm-test

This commit is contained in:
Ivan Boldyrev 2023-10-09 12:32:33 +04:00
parent 0c69bc665a
commit 2d158a1ba8

View File

@ -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"] }