feat: add storage backend

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-11-09 17:19:19 +01:00
parent ecc6d785e7
commit 4d37578c59
8 changed files with 162 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
[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"