use askama_actix responders so we get the correct content types/other headers for free

This commit is contained in:
xenofem 2022-06-16 19:48:10 -04:00
parent 5fdbe8dfee
commit 78cd45d68a
3 changed files with 37 additions and 34 deletions

View file

@ -14,6 +14,7 @@ actix-http = "3.0.4"
actix-web = "4.0.1"
actix-web-actors = "4.1.0"
askama = "0.11.1"
askama_actix = "0.13"
bytes = "1.1.0"
bytesize = "1.1.0"
crc32fast = "1.3.2"