feat(#702): add hive-priv crate
This commit is contained in:
parent
138d9fdabe
commit
b18bdbca1c
1 changed files with 15 additions and 0 deletions
15
hive-priv/Cargo.toml
Normal file
15
hive-priv/Cargo.toml
Normal 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
|
||||||
Loading…
Reference in a new issue