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