Update to actix-web 1.0 and use handlebars

This commit is contained in:
Fabian Freyer
2019-09-29 04:00:19 +02:00
parent d71b42665f
commit e74a974d51
7 changed files with 609 additions and 779 deletions
+4 -1
View File
@@ -16,10 +16,13 @@ travis-ci = { repository = "fubarnetes/webterm", branch = "master" }
maintenance = { status = "actively-developed" }
[dependencies]
actix-files = "0.1.4"
actix-service = "0.4.2"
actix-web-actors = "1.0.2"
actix-web= "1.0.8"
actix= "0.8.3"
askama = { version = "0.8.0", features= ["with-actix-web"] }
futures = "0.1.29"
handlebars = "2.0.2"
lazy_static = "1.3.0"
libc = "0.2.62"
log = "0.4.8"