Consistent Cargo.toml syntax (#483)

Remove the last Cargo.toml inconsistencies, see
1526b3458a (r1401083681).
Now all `[dependencies]` are workspace dependencies.
This commit is contained in:
konsti 2023-11-22 09:34:08 +01:00 committed by GitHub
parent 934e32ea98
commit 7c7daa8f83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 21 additions and 18 deletions

View file

@ -20,7 +20,7 @@ path = "benches/distribution_filename.rs"
harness = false
[dependencies]
criterion = { version = "0.5.1", default-features = false }
distribution-filename = { path = "../distribution-filename" }
platform-tags = { path = "../platform-tags" }
distribution-filename.path = "../distribution-filename"
platform-tags.path = "../platform-tags"
criterion = { version = "0.5.1", default-features = false }