From b1d2ad1ac8c1986a6255ef31045ea051f056711e Mon Sep 17 00:00:00 2001 From: Vika Date: Mon, 31 Jul 2023 15:58:07 +0300 Subject: templates-neo: init This is an experimental approach to templates, using `yoshuawuyts`'s `html` crate. The crate itself has a promising API, but is notably incomplete. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 71ebc66..17e377b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ path = "src/bin/kittybox-mf2.rs" required-features = ["cli"] [workspace] -members = [".", "./util", "./templates", "./indieauth"] +members = [".", "./util", "./templates", "./indieauth", "./templates-neo"] default-members = [".", "./util", "./templates", "./indieauth"] [dependencies.kittybox-util] version = "0.1.0" -- cgit 1.4.1