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"
|
hex = "0.4.3"
|
||||||
sha2 = "0.10.6"
|
sha2 = "0.10.6"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
quote = "1"
|
||||||
|
syn = "2"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures.workspace = true
|
futures.workspace = true
|
||||||
|
@ -7,6 +7,5 @@ edition = "2021"
|
|||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# proc-macro2 = "1"
|
quote.workspace = true
|
||||||
quote = "1"
|
syn.workspace = true
|
||||||
syn = "2"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user