chore: source formatting and spec allignment

This commit is contained in:
2026-07-18 14:20:23 +02:00
parent a594b99e90
commit 16a210c0ad
119 changed files with 8868 additions and 5250 deletions

10
Cargo.lock generated
View File

@@ -805,6 +805,7 @@ dependencies = [
"liquid-core",
"pagefind",
"pulldown-cmark",
"quick-xml 0.41.0",
"rayon",
"refinery",
"reqwest",
@@ -5638,6 +5639,15 @@ dependencies = [
"memchr",
]
[[package]]
name = "quick-xml"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
dependencies = [
"memchr",
]
[[package]]
name = "quinn"
version = "0.11.9"