summaryrefslogtreecommitdiffstats
path: root/ipc/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-06-08 14:47:27 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-06-26 09:20:33 +0200
commit433437b20b8cb33263a293f34589e29eeacabfca (patch)
tree9b2d2ec214f8595f6e8c7e4a741ea359ba89f586 /ipc/Cargo.toml
parentadcf04a7a2489ff4d5fe983fe7caa76c22fded2b (diff)
ipc: GnuPG RPC support.
- This allows us to communicate with gpg-agent, and use it for cryptographic operations.
Diffstat (limited to 'ipc/Cargo.toml')
-rw-r--r--ipc/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index c67378d1..9399fa23 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -31,6 +31,7 @@ lalrpop-util = "0.17"
libc = "0.2.33"
memsec = "0.5.6"
rand = "0.6"
+tempfile = "3.0"
tokio = "0.1"
tokio-core = "0.1"
tokio-io = "0.1.4"