From: Scott Worley Date: Mon, 17 Jul 2023 23:22:34 +0000 (-0700) Subject: Add clap dependency X-Git-Url: http://git.scottworley.com/pluta-lesnura/commitdiff_plain/58616aebd3c387d97b4cc8c319deb8ceb5af745b?ds=sidebyside Add clap dependency This makes the git-pre-commit-hook run time increase from 10s to 23s. :( --- 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"