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