Add identity's rand feature to libp2p

This commit is contained in:
Ivan Boldyrev 2023-10-04 12:18:27 +04:00
parent ea1a136ab9
commit afde3f84a6

View File

@ -108,7 +108,7 @@ libp2p-dcutr = { workspace = true, optional = true }
libp2p-floodsub = { workspace = true, optional = true }
libp2p-gossipsub = { workspace = true, optional = true }
libp2p-identify = { workspace = true, optional = true }
libp2p-identity = { workspace = true }
libp2p-identity = { workspace = true, features = ["rand"] }
libp2p-kad = { workspace = true, optional = true }
libp2p-metrics = { workspace = true, optional = true }
libp2p-noise = { workspace = true, optional = true }