mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-13 00:02:41 +02:00
tests: testing all db interactions and types
This commit is contained in:
+4
-1
@@ -12,7 +12,7 @@ tracing = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
surrealdb = { workspace = true }
|
||||
surrealdb = { workspace = true, features = ["kv-mem"] }
|
||||
async-openai = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
|
||||
@@ -35,3 +35,6 @@ minijinja = { version = "2.5.0", features = ["loader", "multi_template"] }
|
||||
minijinja-autoreload = "2.5.0"
|
||||
minijinja-embed = { version = "2.8.0" }
|
||||
minijinja-contrib = { version = "2.6.0", features = ["datetime", "timezone"] }
|
||||
|
||||
[features]
|
||||
test-utils = []
|
||||
|
||||
Reference in New Issue
Block a user