about summary refs log tree commit diff
path: root/Cargo.lock
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.lock
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.lock')
-rw-r--r--Cargo.lock37
1 files changed, 37 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 39323f4..774d5f8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1309,6 +1309,21 @@ dependencies = [
 ]
 
 [[package]]
+name = "html"
+version = "0.5.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bc3a7577238029a2704c53d9571a1e5c67f36ea9f487b03b405df8b64030cacf"
+dependencies = [
+ "html-sys",
+]
+
+[[package]]
+name = "html-sys"
+version = "0.3.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "05eabf4b1d6f9cf57ee8ddaab1a3065ae8394c5cb08d80f9b49d9ebe9307b56d"
+
+[[package]]
 name = "html5ever"
 version = "0.22.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1671,6 +1686,28 @@ dependencies = [
 ]
 
 [[package]]
+name = "kittybox-html"
+version = "0.2.0"
+dependencies = [
+ "axum",
+ "chrono",
+ "ellipse",
+ "faker_rand",
+ "html",
+ "http",
+ "include_dir",
+ "kittybox-indieauth",
+ "kittybox-util",
+ "libflate",
+ "microformats",
+ "rand 0.8.5",
+ "serde_json",
+ "thiserror",
+ "url",
+ "walkdir",
+]
+
+[[package]]
 name = "kittybox-indieauth"
 version = "0.1.0"
 dependencies = [