feat: integrate ExecutorProvider (#7798)

This commit is contained in:
Matthias Seitz
2024-05-03 13:39:46 +02:00
committed by GitHub
parent ec45ae679f
commit 067b0ff420
74 changed files with 1087 additions and 2027 deletions

View File

@ -17,3 +17,11 @@ revm-primitives.workspace = true
revm.workspace = true
reth-interfaces.workspace = true
futures-util.workspace = true
parking_lot = { workspace = true, optional = true }
[dev-dependencies]
parking_lot.workspace = true
[features]
test-utils = ["dep:parking_lot"]