summaryrefslogtreecommitdiffstats
path: root/net/Cargo.toml
diff options
context:
space:
mode:
authorjuga <juga@sequoia-pgp.org>2019-06-14 11:33:30 +0000
committerJustus Winter <justus@sequoia-pgp.org>2019-09-09 17:00:13 +0200
commit50c48030b2b9c7bb6ae160bb23717f68b2e7509f (patch)
tree1c5901bd032d0219143c21a6b3df8bb226a6f562 /net/Cargo.toml
parente1241bd098777858df3ba41d8b69d86c8743b7b4 (diff)
net: Add wkd::generate function.
- Adds a function to generate the WKD hierarchy. - Fixes #295.
Diffstat (limited to 'net/Cargo.toml')
-rw-r--r--net/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 6953109a..4a05a4cd 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -35,6 +35,7 @@ libc = "0.2.33"
native-tls = "0.2.0"
nettle = "5.0"
percent-encoding = "2.1"
+tempfile = "3.1"
tokio-core = "0.1"
tokio-io = "0.1.4"
url = "2.1"