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

@@ -11,8 +11,8 @@ license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
time = { version = "0.3.41", features = ["parsing"] }
time = { workspace = true, features = ["parsing"] }
[build-dependencies]
anyhow = "1.0.98"
vergen-git2 = "1.0.7"
anyhow.workspace = true
vergen-git2.workspace = true