moved to comrak 0.52
All checks were successful
Test / test (push) Successful in 47s

This commit is contained in:
2026-04-14 22:05:31 -04:00
parent 181be6c4e3
commit ce03c9c171
6 changed files with 599 additions and 51 deletions

View File

@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
chrono = "0.4.26"
clap = { version = "4.5.1", features = ["derive"] }
comrak = "0.24.1"
comrak = "~0.52.0"
figment = { version = "0.10.10", features = ["env", "serde_json", "json"] }
regex = "1.8.4"
serde = { version = "1.0.164", features = ["serde_derive"] }