1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00

fix askama example

This commit is contained in:
Nikolay Kim 2018-06-01 11:44:51 -07:00
parent 96a77890ba
commit 73a4d9d0c9

View File

@ -9,3 +9,6 @@ env_logger = "0.5"
actix = "0.5"
actix-web = "^0.6"
askama = "0.6"
[build-dependencies]
askama = "0.6"