2026-05-15 15:08:20 +02:00
|
|
|
[package]
|
|
|
|
|
name = "geth-node"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
rust-version.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
serde_json.workspace = true
|
|
|
|
|
thiserror.workspace = true
|
|
|
|
|
tokio.workspace = true
|
|
|
|
|
tracing.workspace = true
|
|
|
|
|
geth-auth = { path = "../geth-auth" }
|
|
|
|
|
geth-cas = { path = "../geth-cas" }
|
|
|
|
|
geth-config = { path = "../geth-config" }
|
|
|
|
|
geth-control = { path = "../geth-control" }
|
|
|
|
|
geth-crypto = { path = "../geth-crypto" }
|
|
|
|
|
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-store = { path = "../geth-store" }
|
|
|
|
|
geth-types = { path = "../geth-types" }
|