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

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