From d6426030b3572545a58234a780b94e746135f13b Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 4 Sep 2026 18:10:08 +0100 Subject: add clap crate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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"] } -- cgit v1.2.3