mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 14:42:30 +00:00
xml: Move dependencies to workspace
This commit is contained in:
698
Cargo.lock
generated
698
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -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 }
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user