[package] name = "template-askama" version = "0.1.0" authors = ["Nikolay Kim "] workspace = ".." edition = "2018" [dependencies] #askama = { version = "0.8", features = ["with-actix-web"] } actix-web = "1.0.0-alpha.3" env_logger = "0.6" askama = "0.8" [build-dependencies] askama = "0.8"