messy filter support
This commit is contained in:
parent
6773e6ae30
commit
b7ec6a292f
15 changed files with 445 additions and 103 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue