feat(engine): integrate executor with StateRootTask (#12335)

Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
This commit is contained in:
Federico Gimenez
2024-11-06 20:27:33 +01:00
committed by GitHub
parent e084bed089
commit 2c5ba732b7
4 changed files with 86 additions and 15 deletions

View File

@ -43,6 +43,7 @@ revm-primitives.workspace = true
# common
futures.workspace = true
pin-project.workspace = true
tokio = { workspace = true, features = ["macros", "sync"] }
tokio-stream.workspace = true
thiserror.workspace = true