Add comment to [workspace]
This commit is contained in:
parent
3742f0b190
commit
77bd646023
1 changed files with 3 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue