refactor(#2352): extract standalone hivectl crate, hive-c0re daemon-only

This commit is contained in:
damocles 2026-07-15 22:36:13 +02:00
commit cc67a05974
13 changed files with 236 additions and 147 deletions

17
Cargo.lock generated
View file

@ -1665,6 +1665,23 @@ dependencies = [
"serde_json",
]
[[package]]
name = "hivectl"
version = "0.1.0"
dependencies = [
"anyhow",
"bcrypt",
"clap",
"clap-markdown",
"clap_complete",
"hive-host-sock",
"hive-sh4re",
"indicatif",
"serde_json",
"tokio",
"tracing-subscriber",
]
[[package]]
name = "hkdf"
version = "0.12.4"