From: Gustav Eek Date: Thu, 2 Feb 2023 07:15:53 +0000 (+0100) Subject: Sys. Add dependency on command line utilities X-Git-Tag: v.0.3~4 X-Git-Url: https://git.g-eek.se/?a=commitdiff_plain;h=135de67fa30ff7b874a8f778955d26f944050717;p=ranknauto.git Sys. Add dependency on command line utilities --- diff --git a/Cargo.toml b/Cargo.toml index abd5f88..8ef1f71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,5 @@ categories = ["command-line-utilities"] edition = "2018" [dependencies] +clap = { version = "4.1.4", features = ["derive"] } statrs = "0.15"