mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add empty ethereum cli crate (#9268)
This commit is contained in:
@ -30,6 +30,7 @@ members = [
|
||||
"crates/engine/util/",
|
||||
"crates/errors/",
|
||||
"crates/ethereum-forks/",
|
||||
"crates/ethereum/cli/",
|
||||
"crates/ethereum/consensus/",
|
||||
"crates/ethereum/engine/",
|
||||
"crates/ethereum/engine-primitives/",
|
||||
@ -295,6 +296,7 @@ reth-engine-util = { path = "crates/engine/util" }
|
||||
reth-errors = { path = "crates/errors" }
|
||||
reth-eth-wire = { path = "crates/net/eth-wire" }
|
||||
reth-eth-wire-types = { path = "crates/net/eth-wire-types" }
|
||||
reth-ethereum-cli = { path = "crates/ethereum/cli" }
|
||||
reth-ethereum-consensus = { path = "crates/ethereum/consensus" }
|
||||
reth-ethereum-engine-primitives = { path = "crates/ethereum/engine-primitives" }
|
||||
reth-ethereum-forks = { path = "crates/ethereum-forks" }
|
||||
|
||||
Reference in New Issue
Block a user