From 433437b20b8cb33263a293f34589e29eeacabfca Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Sat, 8 Jun 2019 14:47:27 +0200 Subject: ipc: GnuPG RPC support. - This allows us to communicate with gpg-agent, and use it for cryptographic operations. --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 4f45913c..f8c1950a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1582,6 +1582,7 @@ dependencies = [ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "sequoia-core 0.8.0", "sequoia-openpgp 0.8.0", + "tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", -- cgit v1.2.3