summaryrefslogtreecommitdiffstats
path: root/sqv/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'sqv/Cargo.toml')
-rw-r--r--sqv/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml
index b41f110e..13dce931 100644
--- a/sqv/Cargo.toml
+++ b/sqv/Cargo.toml
@@ -22,9 +22,10 @@ maintenance = { status = "actively-developed" }
[dependencies]
sequoia-openpgp = { path = "../openpgp", version = "0.15", default-features = false }
+anyhow = "1"
chrono = "0.4"
clap = "2.32.0"
-failure = "0.1.2"
+
[build-dependencies]
clap = "2.27.1"