Merge branch 'main' into httpstdlib

This commit is contained in:
gyoder 2025-07-12 22:02:53 -06:00
commit 5ed6fdebb4
7 changed files with 257 additions and 27 deletions

View file

@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
anyhow = "1.0.98"
dirs = "6.0.0"
html5ever = "0.35.0"
httptest = "0.16.3"
kuchikiki = "0.8.2"
@ -16,7 +17,7 @@ serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
syntect = "5.2.0"
tendril = "0.4.3"
toml = "0.9.2"
[lints.clippy]
pedantic = { level = "warn", priority = -1 }