From 31fffa2fe2ad77215be285ab963d0c3565b32ff2 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sat, 4 Apr 2020 15:13:33 -0700 Subject: Add structopt dependency in version 0.3.7 This patch series replaces argparse with structopt in the argument handling code. As a first step, we need structopt as a dependency. --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 63e6409..cbb735f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,6 +54,10 @@ version = "0.2" [dependencies.nitrokey] version = "0.4.0" +[dependencies.structopt] +version = "0.3.7" +default-features = false + [dev-dependencies.nitrokey-test] version = "0.3.1" -- cgit v1.2.1