geth/crates/geth-control/Cargo.toml

14 lines
348 B
TOML

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