From 69133fd53ca063552788c8dfbaf5e01c98dec3e7 Mon Sep 17 00:00:00 2001 From: June Clementine Strawberry Date: Tue, 11 Mar 2025 21:05:02 -0400 Subject: [PATCH] exclude old/ from workspace members Signed-off-by: June Clementine Strawberry --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c4ced94b..fc642933 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [workspace] members = ["crates/*", "xtask"] +exclude = ["old/*"] # Only compile / check / document the public crates by default default-members = ["crates/*"] resolver = "2"