WIP add search

This commit is contained in:
2024-07-21 09:05:03 -07:00
parent 0bf865fdef
commit dd09bc3168
6 changed files with 170 additions and 56 deletions

View File

@@ -28,5 +28,5 @@ css-inline = "0.13.0"
anyhow = "1.0.79"
maplit = "1.0.2"
linkify = "0.10.0"
sqlx = { version = "0.7.4", features = ["postgres", "runtime-tokio"] }
sqlx = { version = "0.7.4", features = ["postgres", "runtime-tokio", "time"] }