Page meta from frontmatter
All checks were successful
CI / Check typos (push) Successful in 9s
CI / Check links (push) Successful in 9s
CI / Clippy (push) Successful in 47s
CI / Build and test (push) Successful in 2m5s
CI / Build container (push) Successful in 1m50s

This commit is contained in:
2025-11-04 14:15:00 -08:00
parent 4504a88f4b
commit 30bad54742
13 changed files with 511 additions and 163 deletions

22
Cargo.lock generated
View File

@@ -1985,6 +1985,19 @@ dependencies = [
"serde",
]
[[package]]
name = "serde_yaml"
version = "0.9.34+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
dependencies = [
"indexmap",
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
[[package]]
name = "service-webpage"
version = "0.0.1"
@@ -1993,6 +2006,7 @@ dependencies = [
"axum",
"chrono",
"emojis",
"lazy_static",
"libservice",
"lru",
"macro-assets",
@@ -2000,6 +2014,8 @@ dependencies = [
"markdown-it",
"maud",
"parking_lot",
"serde",
"serde_yaml",
"strum",
"tracing",
]
@@ -2545,6 +2561,12 @@ version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
[[package]]
name = "unsafe-libyaml"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
[[package]]
name = "untrusted"
version = "0.9.0"