Basic toml config support.

This commit is contained in:
Quin 2025-07-11 16:55:49 -06:00
parent c8ffbb2af0
commit 38be7b7365
7 changed files with 274 additions and 31 deletions

View file

@ -5,14 +5,16 @@ edition = "2024"
[dependencies]
anyhow = "1.0.98"
dirs = "6.0.0"
html5ever = "0.35.0"
kuchikiki = "0.8.2"
markup5ever = "0.11.0"
mlua = { version = "0.10.5", features = ["lua54", "vendored", "serialize"] }
pulldown-cmark = "0.13.0"
serde = { version = "1.0.219", features = ["derive"] }
syntect = "5.2.0"
tendril = "0.4.3"
toml = "0.9.2"
[lints.clippy]
pedantic = { level = "warn", priority = -1 }