summaryrefslogtreecommitdiffstats
path: root/tool/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-03-26 15:03:36 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-03-26 15:17:48 +0200
commit30604553c08564e27621ce1e022cfe7602056646 (patch)
treeb0ada51e11b2de2b0098263be2d09d10ceebd5dd /tool/Cargo.toml
parent1a70e0e46279e326862da345ef0d0c9f821b707a (diff)
tool: Add decryption subcommand.
- Add support for decrypting messages. For now, only symmetrically encrypted messages are supported.
Diffstat (limited to 'tool/Cargo.toml')
-rw-r--r--tool/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml
index a909d812..d395706d 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -12,6 +12,7 @@ sequoia-store = { path = "../store" }
clap = "2.27.1"
failure = "0.1.1"
prettytable-rs = "0.6.7"
+rpassword = "2.0.0"
time = "0.1.38"
[build-dependencies]