about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-02-11 16:19:14 +0100
committerJakub Beránek <berykubik@gmail.com>2025-02-17 12:27:44 +0100
commit77bd646023118c10d901cb1d521cf00df6358afd (patch)
tree2d46a09a8d70390af1bae768900b4ef8678a8c81
parent3742f0b1901462ea1a96c8713c07586ee72d925c (diff)
downloadrust-77bd646023118c10d901cb1d521cf00df6358afd.tar.gz
rust-77bd646023118c10d901cb1d521cf00df6358afd.zip
Add comment to [workspace]
-rw-r--r--src/ci/citool/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ci/citool/Cargo.toml b/src/ci/citool/Cargo.toml
index 40c6e5b4dc2..d6423d7ae4b 100644
--- a/src/ci/citool/Cargo.toml
+++ b/src/ci/citool/Cargo.toml
@@ -10,4 +10,7 @@ serde = { version = "1", features = ["derive"] }
 serde_yaml = "0.9"
 serde_json = "1"
 
+# Tell cargo that citool is its own workspace.
+# If this is omitted, cargo will look for a workspace elsewhere.
+# We want to avoid this, since citool is independent of the other crates.
 [workspace]