From dfe95e2a89b26a9ecc5dc44ef9d0370516a2d29b Mon Sep 17 00:00:00 2001 From: andromeda Date: Wed, 15 Apr 2026 11:30:12 +0200 Subject: use nanohtml2text fork instead of html2text --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 65bd6f9..5b829f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 -- cgit v1.3.1