mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 16:32:29 +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"
|
argon2 = "0.5"
|
||||||
rpassword = "7.3"
|
rpassword = "7.3"
|
||||||
password-hash = { version = "0.5" }
|
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]
|
[dependencies]
|
||||||
rustical_store = { workspace = true }
|
rustical_store = { workspace = true }
|
||||||
|
|||||||
@@ -7,9 +7,8 @@ edition = "2021"
|
|||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
syn = { version = "2.0", features = ["full"] }
|
syn.workspace = true
|
||||||
quote = "1.0"
|
quote.workspace = true
|
||||||
proc-macro2 = "1.0"
|
proc-macro2.workspace = true
|
||||||
heck = "0.5.0"
|
heck.workspace = true
|
||||||
strum.workspace = true
|
darling.workspace = true
|
||||||
darling = "0.20"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user