Skip to content

Commit

Permalink
Add comment to [workspace]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Feb 17, 2025
1 parent 3742f0b commit 77bd646
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ci/citool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 77bd646

Please sign in to comment.