diff options
| author | andromeda <andromeda@lenovo> | 2026-04-15 11:30:12 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-04-15 11:30:12 +0200 |
| commit | dfe95e2a89b26a9ecc5dc44ef9d0370516a2d29b (patch) | |
| tree | 82efdaee53d2bea83fa1ac9871e6e9badf703e66 /Cargo.toml | |
| parent | cdfd807e77197629f0ffc506887607f82fd6e6ce (diff) | |
use nanohtml2text fork instead of html2text
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
