nodata/crates/nodata-storage/Cargo.toml
kjuulh 4d37578c59
feat: add storage backend
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-11-09 17:19:19 +01:00

14 lines
210 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
hex = "0.4.3"
sha2 = "0.10.8"