From 707f0bac2141ef7120c0493de3a5d331a511c40c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 22 May 2020 00:59:34 -0400 Subject: use structopt instead of clap --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6019152..b281ba2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,7 @@ humantime = "1.3" log = "0.4" nix = "0.17" openssl = "0.10" +paw = "1.0" percent-encoding = "2.0" rand = "0.7" region = "2.1" @@ -34,6 +35,7 @@ ring = "0.16" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" snafu = "0.6" +structopt = { version = "0.3", features = ["paw"] } tempfile = "3.1" tokio = { version = "0.2", features = ["full"] } uuid = { version = "0.8", features = ["v4"] } -- cgit v1.2.3-54-g00ecf