first simple start of using templates

This commit is contained in:
2021-08-30 16:39:19 +02:00
parent 0c5423f1cf
commit 75a9e234cd
5 changed files with 461 additions and 18 deletions

View File

@@ -7,4 +7,6 @@ edition = "2018"
[dependencies]
actix-web = "3"
reqwest = { version = "0.11", features = ["blocking"] }
actix-http = "2"
reqwest = { version = "0.11", features = ["blocking"] }
tera = "1.12.1"