This commit is contained in:
death916 2026-03-19 01:50:27 -07:00
parent b4886c065d
commit 7b00e23a08
5 changed files with 184 additions and 4 deletions

View file

@ -7,6 +7,7 @@ edition = "2024"
chrono = "0.4.44"
iced = { version = "0.14.0", features = ["image", "tokio"] }
reqwest = "0.13.2"
rss = "2.0.12"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = "1.50.0"