mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: move exec metrics into executor (#10426)
This commit is contained in:
@ -17,6 +17,7 @@ reth-execution-errors.workspace = true
|
||||
reth-primitives.workspace = true
|
||||
revm-primitives.workspace = true
|
||||
reth-prune-types.workspace = true
|
||||
reth-metrics.workspace = true
|
||||
reth-storage-errors.workspace = true
|
||||
reth-execution-types.workspace = true
|
||||
|
||||
@ -24,6 +25,7 @@ revm.workspace = true
|
||||
alloy-eips.workspace = true
|
||||
auto_impl.workspace = true
|
||||
futures-util.workspace = true
|
||||
metrics.workspace = true
|
||||
parking_lot = { workspace = true, optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user