macro deps in workspace
This commit is contained in:
parent
2bc0b23d5d
commit
ed0ca307b9
@ -13,6 +13,8 @@ futures = "0.3.26"
|
||||
hex = "0.4.3"
|
||||
sha2 = "0.10.6"
|
||||
rand = "0.8.5"
|
||||
quote = "1"
|
||||
syn = "2"
|
||||
|
||||
[dependencies]
|
||||
futures.workspace = true
|
||||
|
@ -7,6 +7,5 @@ edition = "2021"
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
# proc-macro2 = "1"
|
||||
quote = "1"
|
||||
syn = "2"
|
||||
quote.workspace = true
|
||||
syn.workspace = true
|
||||
|
Loading…
Reference in New Issue
Block a user