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

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