Introduce a new facet filters query field

This commit is contained in:
Kerollmops
2021-01-07 10:15:31 +01:00
parent afa86d8a45
commit 33945a3115
5 changed files with 407 additions and 321 deletions

View File

@ -22,6 +22,7 @@ tempfile = "3.1.0"
askama = "0.10.1"
askama_warp = "0.10.0"
bytes = "0.5.6"
either = "1.6.1"
flate2 = "1.0.19"
futures = "0.3.6"
serde = { version = "1.0", features = ["derive"] }