WIP snooze feature

This commit is contained in:
2025-11-02 16:08:11 -08:00
parent be2085b397
commit 2eb4784e83
5 changed files with 55 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ html2text = "0.16"
ammonia = "4.1.0"
anyhow = "1.0.98"
askama = { version = "0.14.0", features = ["derive"] }
async-graphql = { version = "7", features = ["log"] }
async-graphql = { version = "7", features = ["log", "chrono"] }
async-graphql-axum = "7.0.16"
async-trait = "0.1.88"
axum = { version = "0.8.3", features = ["ws"] }