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

Cargo.toml

index 1b8b427bb1f7f103144faa7d6f110c1a02a50d76..3481f17fc343766290cdbbe87387cc2042c442c7 100644 (file)
@@ -9,5 +9,5 @@ repository = "https://git.scottworley.com/pluta-lesnura"
 
 
 [dependencies]
-clap = "4.3.14"
+clap = { version = "4.3.14", features = ["derive"] }
 rand = "0.8.5"