mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-27 00:31:35 +00:00
cargo workspaces: package.metadata.workspaces.independent = true
This commit is contained in:
@ -23,3 +23,6 @@ libp2p-noise = { path = "../noise" }
|
||||
libp2p-tcp = { path = "../../transports/tcp", features = ["async-std"] }
|
||||
libp2p-yamux = { path = "../../muxers/yamux" }
|
||||
rand = "0.7"
|
||||
|
||||
[package.metadata.workspaces]
|
||||
independent = true
|
||||
|
Reference in New Issue
Block a user