From 4ef3b4a2997e11a7969ffb02e3cda6f3b9a3b651 Mon Sep 17 00:00:00 2001 From: Matthew Hall Date: Thu, 28 Mar 2024 22:25:43 +1300 Subject: Remove clap from project --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 21804a9..266e686 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,3 @@ edition = "2021" [dependencies] rand = "0.8.5" -clap = { version = "4.5.2", features = ["derive"] } -- cgit v1.2.1