geth/crates/geth-control/Cargo.toml

22 lines
686 B
TOML
Raw Normal View History

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 21:13:33 +02:00
geth-db = { path = "../geth-db" }
2026-05-16 22:15:18 +02:00
geth-document = { path = "../geth-document" }
geth-keychain = { path = "../geth-keychain" }
2026-05-16 21:52:35 +02:00
geth-kv = { path = "../geth-kv" }
2026-05-17 20:17:26 +02:00
geth-pipe = { path = "../geth-pipe" }
2026-05-17 18:23:51 +02:00
geth-pubsub = { path = "../geth-pubsub" }
2026-05-15 15:08:20 +02:00
geth-resource = { path = "../geth-resource" }
2026-05-16 22:18:49 +02:00
geth-secrets = { path = "../geth-secrets" }
geth-ssh-identity = { path = "../geth-ssh-identity" }
2026-05-15 15:08:20 +02:00
geth-types = { path = "../geth-types" }