mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: simplify workspace = true usage (#3930)
This commit is contained in:
@ -15,17 +15,17 @@ normal = [
|
||||
|
||||
[dependencies]
|
||||
# reth
|
||||
reth-primitives = { workspace = true }
|
||||
reth-interfaces = { workspace = true }
|
||||
reth-primitives.workspace = true
|
||||
reth-interfaces.workspace = true
|
||||
reth-db = { path = "../storage/db" }
|
||||
reth-metrics = { workspace = true, features = ["common"] }
|
||||
reth-provider = { workspace = true }
|
||||
reth-provider.workspace = true
|
||||
reth-stages = { path = "../stages" }
|
||||
|
||||
# common
|
||||
parking_lot = { version = "0.12" }
|
||||
lru = "0.10"
|
||||
tracing = { workspace = true }
|
||||
tracing.workspace = true
|
||||
|
||||
# mics
|
||||
aquamarine = "0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user