mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-30 11:11:21 +00:00
Add identity's rand feature to libp2p
This commit is contained in:
parent
ea1a136ab9
commit
afde3f84a6
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user