Skip to content

Commit a1af5a6

Browse files
committed
Add comment to [workspace]
1 parent 995c6c7 commit a1af5a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ci/citool/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ serde = { version = "1", features = ["derive"] }
1010
serde_yaml = "0.9"
1111
serde_json = "1"
1212

13+
# Tell cargo that citool is its own workspace.
14+
# If this is omitted, cargo will look for a workspace elsewhere.
15+
# We want to avoid this, since citool is independent of the other crates.
1316
[workspace]

0 commit comments

Comments
 (0)