diff options
| author | A Farzat <a@farzat.xyz> | 2026-02-07 18:48:37 +0300 |
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2026-02-07 18:48:37 +0300 |
| commit | 9d3bff94d9dfc332a6bb05efc923135cf22a35d2 (patch) | |
| tree | 7e8deecd32822d4d8313f37f05dce7d992a0cbc6 /Cargo.toml | |
| parent | 1ab3e634169435d28077fe32ad36b5ddbde50750 (diff) | |
| download | safaribooks-rs-9d3bff94d9dfc332a6bb05efc923135cf22a35d2.tar.gz safaribooks-rs-9d3bff94d9dfc332a6bb05efc923135cf22a35d2.zip | |
Add CLI parsing
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,3 +4,4 @@ version = "0.1.0" edition = "2024" [dependencies] +clap = { version = "4.5", features = ["derive"] } |
