[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" } geth-db = { path = "../geth-db" } geth-keychain = { path = "../geth-keychain" } geth-resource = { path = "../geth-resource" } geth-ssh-identity = { path = "../geth-ssh-identity" } geth-types = { path = "../geth-types" }