19 lines
492 B
TOML
19 lines
492 B
TOML
[package]
|
|
name = "geth-cli"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
base64.workspace = true
|
|
clap.workspace = true
|
|
clap_complete.workspace = true
|
|
serde_json.workspace = true
|
|
tokio.workspace = true
|
|
geth-config = { path = "../geth-config" }
|
|
geth-control = { path = "../geth-control" }
|
|
geth-cas = { path = "../geth-cas" }
|
|
geth-node = { path = "../geth-node" }
|
|
geth-pipe = { path = "../geth-pipe" }
|