meals support

This commit is contained in:
2026-08-01 20:26:55 -04:00
parent 2542f010b1
commit 4cbd5ef9cb
12 changed files with 1751 additions and 204 deletions
+3 -1
View File
@@ -10,6 +10,7 @@ axum = { version = "0.8", features = ["ws"] }
futures-util = "0.3"
hex = "0.4"
maud = "0.27"
pulldown-cmark = "0.13"
rand = "0.8"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
@@ -17,6 +18,7 @@ sha2 = "0.10"
sqlx = { version = "0.8", default-features = false, features = ["runtime-tokio", "sqlite", "macros", "tls-rustls"] }
thiserror = "2"
tokio = { version = "1", features = ["full"] }
tower-http = { version = "0.6", features = ["fs", "trace"] }
tower = "0.5"
tower-http = { version = "0.6", features = ["fs", "trace", "set-header"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }