search database has to be a file, as in-memory dbs are per connection
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Has been cancelled

This commit is contained in:
Sebastian Hugentobler 2024-06-26 16:14:58 +02:00
parent 97cf9db9ff
commit b8ed5b1cdf
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
7 changed files with 72 additions and 7 deletions

View file

@ -12,5 +12,6 @@ r2d2 = "0.8.10"
r2d2_sqlite = "0.24.0"
rusqlite = { version = "0.31.0", features = ["bundled", "time"] }
serde = { workspace = true }
tempfile = "3.10.1"
thiserror = { workspace = true }
time = { workspace = true }