aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2025-11-21 19:53:35 +0300
committerA Farzat <a@farzat.xyz>2025-11-21 19:53:35 +0300
commitdb713f8e215b2c349e4eaf0fa4791b876125148b (patch)
tree9244a2056cf7cdaa7e65315286dd7954a9cf1c8a /Cargo.toml
parent78921f658502442fa72818e829fbd81c2e39e099 (diff)
downloadsimple-rss-podcast-downloader-db713f8e215b2c349e4eaf0fa4791b876125148b.tar.gz
simple-rss-podcast-downloader-db713f8e215b2c349e4eaf0fa4791b876125148b.zip
Use clap for argument parsing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dbe1e98..d0551e0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,5 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
+clap = { version = "4", features = ["derive"] }
reqwest = { version = "0.12", features = ["blocking"] }
rss = "2"