We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995c6c7 commit a1af5a6Copy full SHA for a1af5a6
src/ci/citool/Cargo.toml
@@ -10,4 +10,7 @@ serde = { version = "1", features = ["derive"] }
10
serde_yaml = "0.9"
11
serde_json = "1"
12
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.
16
[workspace]
0 commit comments