cargo workspaces: package.metadata.workspaces.independent = true

This commit is contained in:
folex
2020-12-31 11:06:27 +03:00
parent 8ea09b93ef
commit 5d4d0fec51
26 changed files with 78 additions and 0 deletions

View File

@ -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

View File

@ -22,3 +22,6 @@ smallvec = "1.0"
[build-dependencies]
prost-build = "0.6"
[package.metadata.workspaces]
independent = true

View File

@ -37,3 +37,6 @@ quickcheck = "0.9.2"
[build-dependencies]
prost-build = "0.6"
[package.metadata.workspaces]
independent = true

View File

@ -27,3 +27,6 @@ libp2p-tcp = { path = "../../transports/tcp", features = ["async-std"] }
[build-dependencies]
prost-build = "0.6"
[package.metadata.workspaces]
independent = true

View File

@ -44,3 +44,6 @@ env_logger = "0.7.1"
[build-dependencies]
prost-build = "0.6"
[package.metadata.workspaces]
independent = true

View File

@ -27,3 +27,6 @@ wasm-timer = "0.2.4"
[dev-dependencies]
get_if_addrs = "0.5.3"
[package.metadata.workspaces]
independent = true

View File

@ -36,3 +36,6 @@ sodiumoxide = "0.2.5"
[build-dependencies]
prost-build = "0.6"
[package.metadata.workspaces]
independent = true

View File

@ -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

View File

@ -28,3 +28,6 @@ rand = "0.7"
[build-dependencies]
prost-build = "0.6"
[package.metadata.workspaces]
independent = true

View File

@ -19,3 +19,6 @@ pin-project = "0.4.17"
[dev-dependencies]
quickcheck = "0.9.0"
[package.metadata.workspaces]
independent = true

View File

@ -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

View File

@ -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