aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2026-02-07 18:48:37 +0300
committerA Farzat <a@farzat.xyz>2026-02-07 18:48:37 +0300
commit9d3bff94d9dfc332a6bb05efc923135cf22a35d2 (patch)
tree7e8deecd32822d4d8313f37f05dce7d992a0cbc6 /Cargo.toml
parent1ab3e634169435d28077fe32ad36b5ddbde50750 (diff)
downloadsafaribooks-rs-9d3bff94d9dfc332a6bb05efc923135cf22a35d2.tar.gz
safaribooks-rs-9d3bff94d9dfc332a6bb05efc923135cf22a35d2.zip
Add 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 7ac047e..6c3a0b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
+clap = { version = "4.5", features = ["derive"] }