surrealdb init

This commit is contained in:
Per Stark
2024-10-13 20:20:46 +02:00
parent 13b8fce803
commit 83d8452316
14 changed files with 2144 additions and 28 deletions

View File

@@ -21,6 +21,7 @@ redis = { version = "0.27.2", features = ["aio", "tokio-comp"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
sha2 = "0.10.8"
surrealdb = "2.0.4"
tempfile = "3.12.0"
thiserror = "1.0.63"
tokio = { version = "1.40.0", features = ["full"] }