From b18bdbca1c2bfda47e827024181e0a0f45de56c5 Mon Sep 17 00:00:00 2001 From: damocles Date: Mon, 1 Jun 2026 16:33:34 +0200 Subject: [PATCH] feat(#702): add hive-priv crate --- hive-priv/Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 hive-priv/Cargo.toml diff --git a/hive-priv/Cargo.toml b/hive-priv/Cargo.toml new file mode 100644 index 00000000..eccd4f69 --- /dev/null +++ b/hive-priv/Cargo.toml @@ -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