Add Sorting to Homepage

This commit is contained in:
spikecodes
2020-10-25 20:30:34 -07:00
parent 1b5a3a59c0
commit 1e7bbb385c
3 changed files with 14 additions and 3 deletions

View File

@ -8,6 +8,7 @@ edition = "2018"
actix-web = "3"
actix-files = "0.4.0"
askama = "0.9"
serde = "1.0.117"
serde_json = "1.0"
reqwest = { version = "0.10", features = ["blocking"] }
pulldown-cmark = "0.8.0"