use askama_actix responders so we get the correct content types/other headers for free
This commit is contained in:
parent
5fdbe8dfee
commit
78cd45d68a
3 changed files with 37 additions and 34 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue