implement html sanitizing

This commit is contained in:
yggverse 2026-01-10 21:25:46 +02:00
parent 843352bff2
commit 5570049588
3 changed files with 35 additions and 18 deletions

View file

@ -10,6 +10,7 @@ categories = ["command-line-utilities", "parsing", "text-processing", "value-for
repository = "https://github.com/YGGverse/rssto"
[dependencies]
ammonia = "4.1.2"
anyhow = "1.0.100"
chrono = "0.4.42"
clap = { version = "4.5.54", features = ["derive"] }