summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2026-06-18 21:08:27 +0300
committerA Farzat <a@farzat.xyz>2026-06-18 21:08:27 +0300
commit2cd27055cc75bc139baae5dee63ffdf1ac5b476c (patch)
tree047e35989d23a4b14c19e0bd1ed8eb9fc11986a6 /Cargo.toml
parentf9b1ac220a28baab69beed0c57cf542ec3f73e16 (diff)
downloadrepo2markdown-2cd27055cc75bc139baae5dee63ffdf1ac5b476c.tar.gz
repo2markdown-2cd27055cc75bc139baae5dee63ffdf1ac5b476c.zip
Use clap for advanced CLI 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 032a183..2e0d956 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,4 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
+clap = { version = "4.6.1", features = ["derive"] }
tempfile = "3"