diff --git a/Cargo.toml b/Cargo.toml index 09df84bf..6efbd2b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ members = [ "template_askama", "template_handlebars", "template_tera", -# "template_yarte", + "template_yarte", "todo", # "udp-echo", "unix-socket", diff --git a/template_yarte/Cargo.toml b/template_yarte/Cargo.toml index 55344123..d7bc9c1f 100644 --- a/template_yarte/Cargo.toml +++ b/template_yarte/Cargo.toml @@ -10,13 +10,10 @@ workspace = ".." [dependencies] env_logger = "0.7" -yarte = { git = "https://github.com/botika/yarte", features = ["with-actix-web"] } +yarte = { version = "0.5", features = ["with-actix-web"] } actix-rt = "1.0" actix-web = "2.0.0" [build-dependencies] -yarte = { git = "https://github.com/botika/yarte", features = ["with-actix-web"] } - -[dev-dependencies] -bytes = "0.4" +yarte = { version = "0.5", features = ["with-actix-web"] }