refactor(#2456): split hive-agent-wake into its own bin crate

This commit is contained in:
damocles 2026-07-14 23:26:06 +02:00
commit 59dd3a0aa7
5 changed files with 225 additions and 60 deletions

View file

@ -0,0 +1,21 @@
[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