Multi Feeds + Ron rss save

This commit is contained in:
2026-01-22 14:08:59 +01:00
parent 6d201280ed
commit 0334c5979d
5 changed files with 488 additions and 293 deletions

View File

@@ -20,6 +20,7 @@ serde_json = "1"
easy-nostr = { path = "./easy-nostr" }
tokio = { version = "1", features = ["full"] }
feed-rs = "2.3.1"
ron = "0.8"
# FIX: default-features entfernt und rustls-tls hinzugefügt
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }