[package] name = "template_yarte" version = "0.0.1" authors = ["Rust-iendo Barcelona "] publish = false edition = "2018" workspace = ".." [dependencies] env_logger = "0.6" yarte = { version = "0.2", features=["with-actix-web"] } actix-web = "1.0.0-alpha" [build-dependencies] yarte = { version = "0.2", features=["with-actix-web"] } [dev-dependencies] bytes = "0.4" actix-http-test = "0.1.0-alpha" actix-http = "0.1.0-alpha"