]> git.scottworley.com Git - pluta-lesnura/commitdiff
Add clap dependency
authorScott Worley <scottworley@scottworley.com>
Mon, 17 Jul 2023 23:22:34 +0000 (16:22 -0700)
committerScott Worley <scottworley@scottworley.com>
Mon, 17 Jul 2023 23:22:34 +0000 (16:22 -0700)
This makes the git-pre-commit-hook run time increase from 10s to 23s. :(

Cargo.toml

index fd79b304cbae89c0003f318f6faeb7323d17a500..1b8b427bb1f7f103144faa7d6f110c1a02a50d76 100644 (file)
@@ -9,4 +9,5 @@ repository = "https://git.scottworley.com/pluta-lesnura"
 
 
 [dependencies]
+clap = "4.3.14"
 rand = "0.8.5"