X-Git-Url: http://git.scottworley.com/pluta-lesnura/blobdiff_plain/58616aebd3c387d97b4cc8c319deb8ceb5af745b..aa0622ab28e4bf320db9a2ff747e5004923e2570:/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"