nodata/crates/nodata-storage/Cargo.toml

14 lines
210 B
TOML
Raw Normal View History

[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"