diff options
| author | Joe Carstairs <me@joeac.net> | 2026-09-04 18:10:08 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-09-04 18:10:08 +0100 |
| commit | d6426030b3572545a58234a780b94e746135f13b (patch) | |
| tree | 2d1a29064624c530479492d5c201eb37758411eb /Cargo.toml | |
| parent | 7e9c504fc7d840ebf9138ad53077477d4277187b (diff) | |
add clap crate
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.6.6", features = ["derive"] } |
