summaryrefslogtreecommitdiffstats
path: root/sq/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'sq/Cargo.toml')
-rw-r--r--sq/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sq/Cargo.toml b/sq/Cargo.toml
index 9413e8d0..d2adf70c 100644
--- a/sq/Cargo.toml
+++ b/sq/Cargo.toml
@@ -32,7 +32,7 @@ sequoia-autocrypt = { path = "../autocrypt", version = "0.24", default-features
sequoia-net = { path = "../net", version = "0.25", default-features = false }
anyhow = "1.0.18"
chrono = "0.4.10"
-clap = { version = "3", features = ["derive", "wrap_help"] }
+clap = { version = "3", features = ["derive", "env", "wrap_help"] }
itertools = "0.10"
tempfile = "3.1"
term_size = "0.3"