about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2025-04-09 23:00:11 +0300
committerVika <vika@fireburn.ru>2025-04-09 23:31:57 +0300
commit6f47cd5b5ed220f3fcfe6566166f774ccd26d0c3 (patch)
treee184c78d5042fe5ad615da71ed0d70d2afd4158d /Cargo.toml
parent72e9879394d3f82de9b5f4911295b81ee92f260b (diff)
downloadkittybox-6f47cd5b5ed220f3fcfe6566166f774ccd26d0c3.tar.zst
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
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
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"