hive-ag3nt: serve loop + send/recv CLI; template runs serve

This commit is contained in:
müde 2026-05-14 21:44:05 +02:00
parent d79b5a39a1
commit 61407f41c9
6 changed files with 139 additions and 4 deletions

View file

@ -3,6 +3,16 @@ name = "hive-ag3nt"
edition.workspace = true
version.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
[[bin]]
name = "hive-ag3nt"
path = "src/bin/hive-ag3nt.rs"