feat(engine): add StateRootTask skeleton (#12305)

This commit is contained in:
Federico Gimenez
2024-11-04 13:48:32 +01:00
committed by GitHub
parent 0475af8bdb
commit 3fe22343f1
4 changed files with 67 additions and 0 deletions

View File

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