feat: add reth-eth meta crate (#14361)

This commit is contained in:
Matthias Seitz
2025-02-10 17:36:36 +01:00
committed by GitHub
parent c6ac747a70
commit b9b519344f
4 changed files with 170 additions and 0 deletions

View File

@ -37,6 +37,7 @@ members = [
"crates/ethereum/node",
"crates/ethereum/payload/",
"crates/ethereum/primitives/",
"crates/ethereum/reth/",
"crates/etl/",
"crates/evm/",
"crates/evm/execution-errors",
@ -341,6 +342,7 @@ reth-ethereum-engine-primitives = { path = "crates/ethereum/engine-primitives",
reth-ethereum-forks = { path = "crates/ethereum-forks", default-features = false }
reth-ethereum-payload-builder = { path = "crates/ethereum/payload" }
reth-ethereum-primitives = { path = "crates/ethereum/primitives", default-features = false }
reth-ethereum = { path = "crates/ethereum/reth" }
reth-etl = { path = "crates/etl" }
reth-evm = { path = "crates/evm" }
reth-evm-ethereum = { path = "crates/ethereum/evm" }