mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: integrate ExecutorProvider (#7798)
This commit is contained in:
@ -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"]
|
||||
Reference in New Issue
Block a user