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

View File

@@ -22,3 +22,6 @@ strum = { workspace = true }
chrono = { workspace = true }
parking_lot = { workspace = true }
lru = { workspace = true }
lazy_static = { workspace = true }
serde_yaml = { workspace = true }
serde = { workspace = true }