From 58616aebd3c387d97b4cc8c319deb8ceb5af745b Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Mon, 17 Jul 2023 16:22:34 -0700 Subject: [PATCH] Add clap dependency This makes the git-pre-commit-hook run time increase from 10s to 23s. :( --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index fd79b30..1b8b427 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,5 @@ repository = "https://git.scottworley.com/pluta-lesnura" [dependencies] +clap = "4.3.14" rand = "0.8.5" -- 2.44.1