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

@ -2,3 +2,13 @@
name = "hive-c0re"
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