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

13
Cargo.lock generated
View File

@@ -1625,6 +1625,7 @@ dependencies = [
"dagger-sdk",
"dotenv",
"drift",
"nodata-storage",
"notmad",
"prost",
"prost-types",
@@ -1655,6 +1656,18 @@ dependencies = [
"tracing",
]
[[package]]
name = "nodata-storage"
version = "0.1.0"
dependencies = [
"anyhow",
"hex",
"sha2",
"tokio",
"tracing",
"uuid",
]
[[package]]
name = "nom"
version = "7.1.3"