about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2023-07-31 15:58:07 +0300
committerVika <vika@fireburn.ru>2023-07-31 15:58:07 +0300
commitb1d2ad1ac8c1986a6255ef31045ea051f056711e (patch)
tree1eae65701891f2368eea0f714b58b8b9c938f7c6 /Cargo.toml
parentb745013301369fff3d6f2e10702bba3549509c18 (diff)
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"