diff options
author | Vika <vika@fireburn.ru> | 2023-07-31 15:58:07 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2023-07-31 15:58:07 +0300 |
commit | b1d2ad1ac8c1986a6255ef31045ea051f056711e (patch) | |
tree | 1eae65701891f2368eea0f714b58b8b9c938f7c6 /Cargo.toml | |
parent | b745013301369fff3d6f2e10702bba3549509c18 (diff) | |
download | kittybox-b1d2ad1ac8c1986a6255ef31045ea051f056711e.tar.zst |
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.toml | 2 |
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" |