Add comment to [workspace]

This commit is contained in:
Jakub Beránek 2025-02-11 16:19:14 +01:00
parent 3742f0b190
commit 77bd646023
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

@ -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]