macro deps in workspace
All checks were successful
buildbot/cargo clippy (1.65) Build done.
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo doc (1.72) Build done.
buildbot/cargo clippy (1.72) Build done.

This commit is contained in:
AF 2023-08-31 21:32:09 +00:00
parent 2bc0b23d5d
commit ed0ca307b9
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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"