From 6f47cd5b5ed220f3fcfe6566166f774ccd26d0c3 Mon Sep 17 00:00:00 2001 From: Vika Date: Wed, 9 Apr 2025 23:00:11 +0300 Subject: templates-neo: remove The `html` crate is not currently maintained, and it's not exactly production-ready anyway. This was a fine experiment, but I don't think it currently belongs in-tree. Change-Id: I38019e5fb3ee549ec0b883dd7bd14f32dc746bdb --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bf14ded..5293563 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ path = "examples/sql.rs" required-features = ["sqlparser"] [workspace] -members = [".", "./util", "./templates", "./indieauth", "./templates-neo", "./tower-watchdog"] +members = [".", "./util", "./templates", "./indieauth", "./tower-watchdog"] default-members = [".", "./util", "./templates", "./indieauth"] [workspace.dependencies] @@ -68,7 +68,6 @@ ellipse = "0.2.0" faker_rand = "0.1.1" futures = "0.3.31" futures-util = "0.3.31" -html = "0.6.3" http = "1.2" include_dir = "0.7.4" libflate = "2.1.0" -- cgit 1.4.1