From e383b77f68bc84d48153bde2e0579ab351e3ece7 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 18 Mar 2020 16:32:22 +0100 Subject: [PATCH] project: add structopt dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 14ff95f..046cfa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,6 +25,7 @@ enum_dispatch = "0.2.1" image = "0.23.0" rand = "0.7" serde_yaml = "0.8" +structopt = "0.3" [dependencies.nalgebra] version = "0.20.0"