implement pagination totals info

This commit is contained in:
yggverse 2025-08-05 19:21:08 +03:00
parent 3b95561c08
commit a4ce8e29d5
5 changed files with 38 additions and 20 deletions

View file

@ -18,3 +18,4 @@ chrono = { version = "0.4.41", features = ["serde"] }
url = { version = "2.5", features = ["serde"] }
urlencoding = "2.1"
rocket_dyn_templates = { version = "0.2", features = ["tera"] }
plurify = "0.2"