update parser logic

This commit is contained in:
yggverse 2026-03-20 04:48:08 +02:00
parent 666b57dffc
commit 0426d306bc
3 changed files with 22 additions and 430 deletions

View file

@ -13,8 +13,9 @@ repository = "https://github.com/YGGverse/flarumdown"
anyhow = "1.0.102"
chrono = "0.4.44"
clap = { version = "4.6.0", features = ["derive"] }
html-to-markdown-rs = "2.28.2"
html-escape = "0.2.13"
log = "0.4.29"
regex = "1.12.3"
rusqlite = { version = "0.39.0", features = ["chrono"]}
strip-tags = "0.1.0"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }