From 423f5c455e1ed3586f3edf2cd81cd62bd5f91a63 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sat, 5 Sep 2026 07:05:45 +0100 Subject: retrieves rss feeds --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2f2d8a5..1f1d497 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,8 @@ edition = "2024" anyhow = "1.0.104" clap = { version = "4.6.6", features = ["derive"] } dirs = "6.0.0" +futures = "0.3.34" +rss = "2.1.0" serde = { version = "1.0.229", features = ["derive"] } toml = "1.1.5" +isahc = "2.0.1" -- cgit v1.2.3