mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(engine): add StateRootTask skeleton (#12305)
This commit is contained in:
@ -39,9 +39,12 @@ alloy-primitives.workspace = true
|
||||
alloy-eips.workspace = true
|
||||
alloy-rpc-types-engine.workspace = true
|
||||
|
||||
revm-primitives.workspace = true
|
||||
|
||||
# common
|
||||
futures.workspace = true
|
||||
tokio = { workspace = true, features = ["macros", "sync"] }
|
||||
tokio-stream.workspace = true
|
||||
thiserror.workspace = true
|
||||
|
||||
# metrics
|
||||
|
||||
Reference in New Issue
Block a user