refactor: change readablity lib

This commit is contained in:
Moritz Böhme 2025-10-03 12:36:43 +02:00
parent c242ca8cc6
commit 0424544abf
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 607 additions and 141 deletions

View file

@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
anyhow = "1.0.99"
itertools = "0.14.0"
llm_readability = "0.0.11"
readability-rust = "0.1.0"
reqwest = { version = "0.12.23", features = ["blocking", "rustls-tls"], default-features = false }
rss = "2.0.12"
tokio = { version = "1.47.1", features = ["full"] }