feat: add storage

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-04-29 23:34:04 +02:00
parent cce97f62f8
commit 8e4b46d2d7
10 changed files with 530 additions and 47 deletions

View File

@@ -18,6 +18,8 @@ uuid = { version = "1.7.0", features = ["v4"] }
tower-http = { version = "0.5.2", features = ["cors", "trace"] }
serde_json = "1.0.116"
bus = "2.4.1"
dirs = "5.0.1"
[dev-dependencies]
similar-asserts = "1.5.0"
tempfile = "3.10.1"