summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-09-04 18:10:08 +0100
committerJoe Carstairs <me@joeac.net>2026-09-04 18:10:08 +0100
commitd6426030b3572545a58234a780b94e746135f13b (patch)
tree2d1a29064624c530479492d5c201eb37758411eb /Cargo.toml
parent7e9c504fc7d840ebf9138ad53077477d4277187b (diff)
add clap crate
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 2e81915..798c321 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
+clap = { version = "4.6.6", features = ["derive"] }