mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): move some deps to workspace (#5020)
This commit is contained in:
@ -12,10 +12,10 @@ proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2.workspace = true
|
||||
syn = { version = "2.0", features = ["extra-traits"] }
|
||||
syn = { workspace = true, features = ["extra-traits"] }
|
||||
quote.workspace = true
|
||||
regex = "1.6.0"
|
||||
once_cell = "1.17.0"
|
||||
once_cell.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
metrics.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user