hive-ag3nt: serve loop + send/recv CLI; template runs serve
This commit is contained in:
parent
d79b5a39a1
commit
61407f41c9
6 changed files with 139 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue