Add sorting shuffle, and name asc/desc

This commit is contained in:
Cameron
2024-11-23 19:13:25 -05:00
parent 287a61ae3f
commit 6986540295
4 changed files with 43 additions and 3 deletions

View File

@@ -37,3 +37,4 @@ actix-web-prom = "0.9.0"
prometheus = "0.13"
lazy_static = "1.5"
anyhow = "1.0"
rand = "0.8.5"