summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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 /Cargo.lock
parente1241bd098777858df3ba41d8b69d86c8743b7b4 (diff)
net: Add wkd::generate function.
- Adds a function to generate the WKD hierarchy. - Fixes #295.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5d60e9bf..235726b8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1676,6 +1676,7 @@ dependencies = [
"sequoia-core 0.10.0",
"sequoia-openpgp 0.10.0",
"sequoia-rfc2822 0.10.0",
+ "tempfile 3.1.0 (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)",
"url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",