diff options
author | Vika <vika@fireburn.ru> | 2025-04-09 23:00:11 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-04-09 23:31:57 +0300 |
commit | 6f47cd5b5ed220f3fcfe6566166f774ccd26d0c3 (patch) | |
tree | e184c78d5042fe5ad615da71ed0d70d2afd4158d /templates-neo/Cargo.toml | |
parent | 72e9879394d3f82de9b5f4911295b81ee92f260b (diff) | |
download | kittybox-6f47cd5b5ed220f3fcfe6566166f774ccd26d0c3.tar.zst |
templates-neo: remove
The `html` crate is not currently maintained, and it's not exactly production-ready anyway. This was a fine experiment, but I don't think it currently belongs in-tree. Change-Id: I38019e5fb3ee549ec0b883dd7bd14f32dc746bdb
Diffstat (limited to 'templates-neo/Cargo.toml')
-rw-r--r-- | templates-neo/Cargo.toml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/templates-neo/Cargo.toml b/templates-neo/Cargo.toml deleted file mode 100644 index 0be4dd2..0000000 --- a/templates-neo/Cargo.toml +++ /dev/null @@ -1,34 +0,0 @@ -[package] -name = "kittybox-html" -version = "0.2.0" -edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[build-dependencies] -libflate = { workspace = true } -walkdir = { workspace = true } - -[dev-dependencies] -faker_rand = { workspace = true } -rand = { workspace = true } - -[dependencies] -axum = { workspace = true } -chrono = { workspace = true } -ellipse = { workspace = true } -html = { workspace = true } -http = { workspace = true } -include_dir = { workspace = true } -microformats = { workspace = true } -serde_json = { workspace = true } -thiserror = { workspace = true } -time = { workspace = true, features = ["formatting"] } -url = { workspace = true } - -[dependencies.kittybox-util] -version = "0.3.0" -path = "../util" -[dependencies.kittybox-indieauth] -version = "0.2.0" -path = "../indieauth" |