add a tagging system to the website

This commit is contained in:
りき萌 2025-08-24 13:18:51 +02:00
parent 701da6bc4b
commit e1b6578b2a
97 changed files with 1025 additions and 979 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "treehouse"
version = "0.1.0"
edition = "2021"
edition = "2024"
[dependencies]
anyhow = "1.0.75"
@ -13,7 +13,6 @@ chrono = { version = "0.4.35", features = ["serde"] }
clap = { version = "4.3.22", features = ["derive"] }
codespan-reporting = "0.11.1"
dashmap = "6.1.0"
git2 = { version = "0.19.0", default-features = false, features = ["vendored-libgit2"] }
handlebars = "4.3.7"
image = "0.25.5"
indexmap = { version = "2.2.6", features = ["serde"] }
@ -31,7 +30,7 @@ tracing-chrome = "0.7.2"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
ulid = "1.0.0"
webp = "0.3.0"
xmlparser = "0.13.6"
xmlparser = "0.13.6" # for parsing SVG
[profile.dev]
package.webp.opt-level = 3