X-Git-Url: http://git.scottworley.com/pluta-lesnura/blobdiff_plain/58616aebd3c387d97b4cc8c319deb8ceb5af745b..9cf05d1abb3f9641d4a35b70f4738e339861490c:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 1b8b427..3481f17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"