diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/Cargo.lock b/Cargo.lock index bc54f91..2b2092e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1415,21 +1415,6 @@ dependencies = [ ] [[package]] -name = "html" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "944d7db81871c611549302f3014418fedbcfbc46902f97e6a1c4f53e785903d2" -dependencies = [ - "html-sys", -] - -[[package]] -name = "html-sys" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13eca55667a5657dd1b86db77c5fe2d1810e3f9413e9555a2c4c461733dd2573" - -[[package]] name = "html5ever" version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1945,29 +1930,6 @@ 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", - "serde_json", - "thiserror 2.0.9", - "time", - "url", - "walkdir", -] - -[[package]] name = "kittybox-indieauth" version = "0.2.0" dependencies = [ |