messy filter support

This commit is contained in:
Nicholas Orlowsky 2026-02-16 18:49:47 -05:00
parent 6773e6ae30
commit b7ec6a292f
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
15 changed files with 445 additions and 103 deletions

View file

@ -12,7 +12,7 @@ log = "0.4.27"
serde_json = "1.0.140"
sqlx = { version = "0.8.6", features = ["runtime-tokio", "postgres"] }
libseptastic = { path = "../libseptastic/" }
askama = "0.14.0"
askama = "0.15.4"
actix-files = "0.6.6"
serde = "1.0.219"
chrono = "0.4.41"
@ -29,3 +29,4 @@ gtfs-realtime = "0.2.0"
prost = "0.14.1"
futures = "0.3.31"
tokio = "1.48.0"
serde_qs = { version = "1.0.0", features = ["actix4"] }