Switched front-matter from TOML to YAML as that makes a bit more sense

This commit is contained in:
2023-08-30 19:15:11 +02:00
parent 8f554e5c2e
commit 0e9af4f540
7 changed files with 33 additions and 27 deletions

View File

@@ -9,7 +9,7 @@ edition = "2021"
anyhow = "1.0.75"
dotenvy = "0.15.7"
gray_matter = { version = "0.2.6", features = [
"toml",
"yaml",
], default-features = false }
regex = "1.9.4"
serde = { version = "1.0.188", features = ["derive"] }