use nanohtml2text fork instead of html2text

This commit is contained in:
andromeda
2026-04-15 11:30:12 +02:00
parent cdfd807e77
commit dfe95e2a89
3 changed files with 18 additions and 181 deletions

View File

@@ -4,9 +4,9 @@ version = "0.1.0"
edition = "2024"
[dependencies]
[dependencies.html2text]
version = "0.16.7"
features = ["css"]
[dependencies.nanohtml2text]
git = "https://git.mtgmonkey.net/Andromeda/nanohtml2text.git"
version = "0.2.1"
[dependencies.crossterm]
version = "0.29.0"
default-features = false