nodata/crates/nodata-storage/Cargo.toml
kjuulh a91846398c
feat: add prometheus and protobuf messages
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-11-10 13:42:19 +01:00

17 lines
285 B
TOML

[package]
name = "nodata-storage"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow.workspace = true
tokio.workspace = true
uuid.workspace = true
tracing.workspace = true
prost.workspace = true
prost-types.workspace = true
bytes.workspace = true
hex = "0.4.3"
sha2 = "0.10.8"