snooze: add UI elements and DB for snooze functionality

This commit is contained in:
Bill Thiede 2025-11-02 16:08:48 -08:00
parent 2eb4784e83
commit 399865f5f7

View File

@ -45,7 +45,7 @@ reqwest = { version = "0.12.15", features = ["blocking"] }
scraper = "0.24.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
sqlx = { version = "0.8.5", features = ["postgres", "runtime-tokio", "time"] }
sqlx = { version = "0.8.5", features = ["postgres", "runtime-tokio", "time", "chrono"] }
tantivy = { version = "0.25.0", optional = true }
thiserror = "2.0.12"
tokio = "1.44.2"