xml: Move dependencies to workspace

This commit is contained in:
Lennart
2024-12-25 17:34:12 +01:00
parent 3524846474
commit d74e0fa702
3 changed files with 473 additions and 241 deletions

698
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -96,6 +96,11 @@ rand = "0.8"
argon2 = "0.5"
rpassword = "7.3"
password-hash = { version = "0.5" }
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0"
heck = "0.5"
darling = "0.20"
[dependencies]
rustical_store = { workspace = true }

View File

@@ -7,9 +7,8 @@ edition = "2021"
proc-macro = true
[dependencies]
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0"
heck = "0.5.0"
strum.workspace = true
darling = "0.20"
syn.workspace = true
quote.workspace = true
proc-macro2.workspace = true
heck.workspace = true
darling.workspace = true