hyperhive/hive-agent-wake/Cargo.toml

21 lines
391 B
TOML

[package]
name = "hive-agent-wake"
version.workspace = true
edition.workspace = true
[[bin]]
name = "hive-agent-wake"
path = "src/main.rs"
[lints]
workspace = true
[dependencies]
anyhow.workspace = true
clap.workspace = true
hive-sh4re.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true