2026-05-15 15:08:20 +02:00
|
|
|
[package]
|
|
|
|
|
name = "geth-control"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
rust-version.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
|
|
|
|
thiserror.workspace = true
|
|
|
|
|
geth-auth = { path = "../geth-auth" }
|
2026-05-16 16:34:20 +02:00
|
|
|
geth-keychain = { path = "../geth-keychain" }
|
2026-05-15 15:08:20 +02:00
|
|
|
geth-resource = { path = "../geth-resource" }
|
2026-05-16 00:17:08 +02:00
|
|
|
geth-ssh-identity = { path = "../geth-ssh-identity" }
|
2026-05-15 15:08:20 +02:00
|
|
|
geth-types = { path = "../geth-types" }
|