Page meta from frontmatter

This commit is contained in:
2025-11-04 14:15:00 -08:00
parent 4504a88f4b
commit dc4a1def5f
13 changed files with 518 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 }