summaryrefslogtreecommitdiffstats
path: root/sq/Cargo.toml
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2022-06-29 15:51:16 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2022-07-05 13:51:48 +0200
commitf0d8b06ce5b0bbd889af7278c3ea43a96cffd50b (patch)
tree4068902770782686b82203b82e49ba479e17f5b3 /sq/Cargo.toml
parent4e519cdec81b59f75fe28c46415cf8dac1ae34f1 (diff)
sq: Derive top level command.
Diffstat (limited to 'sq/Cargo.toml')
-rw-r--r--sq/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/sq/Cargo.toml b/sq/Cargo.toml
index 7c12a9bd..a807f700 100644
--- a/sq/Cargo.toml
+++ b/sq/Cargo.toml
@@ -31,7 +31,6 @@ sequoia-openpgp = { path = "../openpgp", version = "1.1", default-features = fal
sequoia-autocrypt = { path = "../autocrypt", version = "0.24", default-features = false, optional = true }
sequoia-net = { path = "../net", version = "0.24", default-features = false }
anyhow = "1.0.18"
-cfg-if = "1"
chrono = "0.4.10"
clap = { version = "3", features = ["derive", "wrap_help"] }
itertools = "0.10"
@@ -42,7 +41,7 @@ rpassword = "5.0"
[build-dependencies]
anyhow = "1.0.18"
-clap = "3"
+clap = { version = "3", features = ["derive", "wrap_help"] }
clap_complete = "3"
sequoia-openpgp = { path = "../openpgp", version = "1.0.0", default-features = false }
subplot-build = "0.4.0"