aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2025-11-20 19:33:29 +0300
committerA Farzat <a@farzat.xyz>2025-11-20 19:33:29 +0300
commit031011e3e21e680b3aa528825ba805407150ef05 (patch)
tree8dd72f6d5f3a45bb2d16ea0dfc5e72f6dfc8eda7 /Cargo.toml
parent33e08fc2544791e381d3d9101cdd360460db57be (diff)
downloadsimple-rss-podcast-downloader-031011e3e21e680b3aa528825ba805407150ef05.tar.gz
simple-rss-podcast-downloader-031011e3e21e680b3aa528825ba805407150ef05.zip
Add feed fetching and parsing capabilities
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 48ec8bb..dbe1e98 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
+reqwest = { version = "0.12", features = ["blocking"] }
+rss = "2"