mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
feat: initial cli abstraction (#9082)
This commit is contained in:
@@ -14,6 +14,7 @@ members = [
|
||||
"crates/blockchain-tree/",
|
||||
"crates/blockchain-tree-api/",
|
||||
"crates/chainspec/",
|
||||
"crates/cli/cli/",
|
||||
"crates/cli/commands/",
|
||||
"crates/cli/runner/",
|
||||
"crates/config/",
|
||||
@@ -258,6 +259,7 @@ reth-beacon-consensus = { path = "crates/consensus/beacon" }
|
||||
reth-blockchain-tree = { path = "crates/blockchain-tree" }
|
||||
reth-blockchain-tree-api = { path = "crates/blockchain-tree-api" }
|
||||
reth-chainspec = { path = "crates/chainspec" }
|
||||
reth-cli = { path = "crates/cli/cli" }
|
||||
reth-cli-commands = { path = "crates/cli/commands" }
|
||||
reth-cli-runner = { path = "crates/cli/runner" }
|
||||
reth-codecs = { path = "crates/storage/codecs" }
|
||||
|
||||
Reference in New Issue
Block a user