feat(#702): add hive-priv crate

This commit is contained in:
damocles 2026-06-01 16:33:34 +02:00 committed by mara
commit b18bdbca1c

15
hive-priv/Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "hive-priv"
edition.workspace = true
version.workspace = true
[lints]
workspace = true
[dependencies]
anyhow.workspace = true
hive-sh4re.workspace = true
serde_json.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true