X-Git-Url: http://git.scottworley.com/pluta-lesnura/blobdiff_plain/754e97300990e3e7d3e4bfd305f3e90b677751c2..c5e4b1eb46c33d636e95f3dbbbdf0bb15ce5d2ef:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 73f846f..3481f17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,3 +9,5 @@ repository = "https://git.scottworley.com/pluta-lesnura" [dependencies] +clap = { version = "4.3.14", features = ["derive"] } +rand = "0.8.5"