[package] name = "template-askama" version = "0.1.0" authors = ["Nikolay Kim "] workspace = "../" [dependencies] env_logger = "0.5" askama = { version = "0.8", features = ["with-actix-web"] } actix = "0.7" actix-web = "0.7" [build-dependencies] askama = "0.8"