Make the HTTP send path runnable without a database

This commit is contained in:
Gregory Schier
2026-08-14 15:47:58 -07:00
parent 23e7229e63
commit d75396c3f3
2 changed files with 388 additions and 196 deletions
+1
View File
@@ -21,3 +21,4 @@ yaak-tls = { workspace = true }
[dev-dependencies]
tempfile = "3"
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }