use html2md on web_fetch (fixes #3)

This commit is contained in:
spqrz 2026-04-12 11:12:12 +01:00
parent d5aad5c1a4
commit e17c46edc1
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -20,6 +20,7 @@ edition.workspace = true
[dependencies]
anyhow = "1"
html2md = "0.2"
crossterm = { version = "0.29", features = ["event-stream", "bracketed-paste", "osc52"] }
clap = { version = "4", features = ["derive"] }
figment = { version = "0.10", features = ["env"] }