From 135de67fa30ff7b874a8f778955d26f944050717 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Thu, 2 Feb 2023 08:15:53 +0100 Subject: [PATCH] Sys. Add dependency on command line utilities --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.2