From 30604553c08564e27621ce1e022cfe7602056646 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 26 Mar 2018 15:03:36 +0200 Subject: tool: Add decryption subcommand. - Add support for decrypting messages. For now, only symmetrically encrypted messages are supported. --- tool/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'tool/Cargo.toml') 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] -- cgit v1.2.3