chore: use engine types crate for types (#8170)

This commit is contained in:
Matthias Seitz
2024-05-10 13:26:44 +02:00
committed by GitHub
parent 12cce00ec2
commit ef01d50238
4 changed files with 5 additions and 4 deletions

View File

@ -15,13 +15,14 @@ workspace = true
# reth
reth-primitives.workspace = true
reth-interfaces.workspace = true
reth-rpc-types.workspace = true
reth-db.workspace = true
reth-trie = { workspace = true, features = ["metrics"] }
reth-nippy-jar.workspace = true
reth-codecs.workspace = true
reth-evm.workspace = true
# ethereum
alloy-rpc-types-engine.workspace = true
revm.workspace = true
# async