aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthew Hall <hallmatthew314@gmail.com>2024-03-28 22:25:43 +1300
committerMatthew Hall <hallmatthew314@gmail.com>2024-03-28 22:25:43 +1300
commit4ef3b4a2997e11a7969ffb02e3cda6f3b9a3b651 (patch)
tree9a149cff1236c978f094d47779792ec28b1bdd8b /Cargo.toml
parent19d78ca2f8c5d37ba0c8bac76e30714a65c9f7b2 (diff)
Remove clap from project
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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"] }