diff --git a/syndicate-macros/Cargo.toml b/syndicate-macros/Cargo.toml index 940f943..36ac3f9 100644 --- a/syndicate-macros/Cargo.toml +++ b/syndicate-macros/Cargo.toml @@ -22,3 +22,6 @@ syn = "^1.0" [dev-dependencies] tokio = { version = "1.10", features = ["io-std"] } tracing = "0.1" + +[package.metadata.workspaces] +independent = true diff --git a/syndicate-server/Cargo.toml b/syndicate-server/Cargo.toml index b9f0c13..3896d2a 100644 --- a/syndicate-server/Cargo.toml +++ b/syndicate-server/Cargo.toml @@ -33,3 +33,6 @@ tokio-util = "0.6" tracing = "0.1" tracing-subscriber = "0.2" tracing-futures = "0.2" + +[package.metadata.workspaces] +independent = true diff --git a/syndicate-tools/Cargo.toml b/syndicate-tools/Cargo.toml index b3fd3d4..47bb345 100644 --- a/syndicate-tools/Cargo.toml +++ b/syndicate-tools/Cargo.toml @@ -15,3 +15,6 @@ syndicate = { path = "../syndicate", version = "0.24"} clap = { version = "^4.0", features = ["derive"] } clap_complete = "^4.0" + +[package.metadata.workspaces] +independent = true diff --git a/syndicate/Cargo.toml b/syndicate/Cargo.toml index ceea4f0..3a0a9eb 100644 --- a/syndicate/Cargo.toml +++ b/syndicate/Cargo.toml @@ -48,3 +48,6 @@ harness = false [[bench]] name = "ring" harness = false + +[package.metadata.workspaces] +independent = true