hive-c0re: cli scaffolding (stubs)

This commit is contained in:
müde 2026-05-14 20:47:05 +02:00
parent a63e9bdbfc
commit a24dc14213
3 changed files with 87 additions and 2 deletions

View file

@ -9,3 +9,13 @@ members = [
[workspace.package]
edition = "2024"
version = "0.1.0"
[workspace.dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
hive-sh4re = { path = "hive-sh4re" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["io-util", "macros", "net", "process", "rt-multi-thread", "signal"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }