Move all dependencies to workspace

This commit is contained in:
Mubelotix
2025-06-25 10:42:22 +02:00
parent bd2bd0f33b
commit 35f774dfc9
19 changed files with 820 additions and 310 deletions

View File

@@ -13,10 +13,10 @@ edition.workspace = true
license.workspace = true
[dependencies]
serde_json = "1.0"
serde_json.workspace = true
[dev-dependencies]
criterion = { version = "0.6.0", features = ["html_reports"] }
criterion = { workspace = true, features = ["html_reports"] }
[[bench]]
name = "benchmarks"