refactor(#2456): split hive-agent-wake into its own bin crate
This commit is contained in:
parent
c8bd0f7180
commit
59dd3a0aa7
5 changed files with 225 additions and 60 deletions
14
Cargo.lock
generated
14
Cargo.lock
generated
|
|
@ -1489,6 +1489,20 @@ dependencies = [
|
|||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "hive-agent-wake"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
"hive-sh4re",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "hive-bash-mcp"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue