[package] name = "template_handlebars" version = "1.0.0" authors = ["Alexandru Tiniuc "] edition = "2018" [dependencies] actix-web = "2.0.0" actix-rt = "1.0.0" handlebars = { version = "3.0.0", features = ["dir_source"] } serde_json = "1.0"