mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-23 14:51:34 +00:00
cargo workspaces: package.metadata.workspaces.independent = true
This commit is contained in:
@ -19,3 +19,6 @@ async-std = "1.6.2"
|
||||
libp2p-tcp = { path = "../../transports/tcp", features = ["async-std"] }
|
||||
quickcheck = "0.9"
|
||||
rand = "0.7"
|
||||
|
||||
[package.metadata.workspaces]
|
||||
independent = true
|
||||
|
@ -22,3 +22,6 @@ smallvec = "1.0"
|
||||
[build-dependencies]
|
||||
prost-build = "0.6"
|
||||
|
||||
|
||||
[package.metadata.workspaces]
|
||||
independent = true
|
||||
|
@ -37,3 +37,6 @@ quickcheck = "0.9.2"
|
||||
|
||||
[build-dependencies]
|
||||
prost-build = "0.6"
|
||||
|
||||
[package.metadata.workspaces]
|
||||
independent = true
|
||||
|
@ -27,3 +27,6 @@ libp2p-tcp = { path = "../../transports/tcp", features = ["async-std"] }
|
||||
[build-dependencies]
|
||||
prost-build = "0.6"
|
||||
|
||||
|
||||
[package.metadata.workspaces]
|
||||
independent = true
|
||||
|
@ -44,3 +44,6 @@ env_logger = "0.7.1"
|
||||
[build-dependencies]
|
||||
prost-build = "0.6"
|
||||
|
||||
|
||||
[package.metadata.workspaces]
|
||||
independent = true
|
||||
|
@ -27,3 +27,6 @@ wasm-timer = "0.2.4"
|
||||
|
||||
[dev-dependencies]
|
||||
get_if_addrs = "0.5.3"
|
||||
|
||||
[package.metadata.workspaces]
|
||||
independent = true
|
||||
|
@ -36,3 +36,6 @@ sodiumoxide = "0.2.5"
|
||||
[build-dependencies]
|
||||
prost-build = "0.6"
|
||||
|
||||
|
||||
[package.metadata.workspaces]
|
||||
independent = true
|
||||
|
@ -24,3 +24,6 @@ libp2p-tcp = { path = "../../transports/tcp", features = ["async-std"] }
|
||||
libp2p-secio = { path = "../../protocols/secio" }
|
||||
libp2p-yamux = { path = "../../muxers/yamux" }
|
||||
quickcheck = "0.9.0"
|
||||
|
||||
[package.metadata.workspaces]
|
||||
independent = true
|
||||
|
@ -28,3 +28,6 @@ rand = "0.7"
|
||||
[build-dependencies]
|
||||
prost-build = "0.6"
|
||||
|
||||
|
||||
[package.metadata.workspaces]
|
||||
independent = true
|
||||
|
@ -19,3 +19,6 @@ pin-project = "0.4.17"
|
||||
|
||||
[dev-dependencies]
|
||||
quickcheck = "0.9.0"
|
||||
|
||||
[package.metadata.workspaces]
|
||||
independent = true
|
||||
|
@ -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
|
||||
|
@ -50,3 +50,6 @@ async-std = "1.6.2"
|
||||
criterion = "0.3"
|
||||
libp2p-mplex = { path = "../../muxers/mplex" }
|
||||
libp2p-tcp = { path = "../../transports/tcp", features = ["async-std"] }
|
||||
|
||||
[package.metadata.workspaces]
|
||||
independent = true
|
||||
|
Reference in New Issue
Block a user