2026-05-15 15:08:20 +02:00
|
|
|
[package]
|
|
|
|
|
name = "geth-cli"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
rust-version.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
anyhow.workspace = true
|
|
|
|
|
clap.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
|
|
|
|
tokio.workspace = true
|
|
|
|
|
geth-config = { path = "../geth-config" }
|
|
|
|
|
geth-control = { path = "../geth-control" }
|
2026-05-18 03:57:26 +02:00
|
|
|
geth-cas = { path = "../geth-cas" }
|
2026-05-15 15:08:20 +02:00
|
|
|
geth-node = { path = "../geth-node" }
|