From 32795158e702c70d000b0f48d221950050bd5c2a Mon Sep 17 00:00:00 2001 From: juga Date: Fri, 24 May 2019 11:42:22 +0000 Subject: net: Add wkd module implementing a WKD client - Also add an async::wkd module. - Part of #251. --- net/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'net/Cargo.toml') diff --git a/net/Cargo.toml b/net/Cargo.toml index 1fcd6734..27c3a547 100644 --- a/net/Cargo.toml +++ b/net/Cargo.toml @@ -22,6 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] sequoia-openpgp = { path = "../openpgp", version = "0.7" } sequoia-core = { path = "../core", version = "0.7" } +sequoia-rfc2822 = { path = "../rfc2822", version = "0.7" } failure = "0.1.2" futures = "0.1" @@ -30,10 +31,12 @@ hyper = "0.12" hyper-tls = "0.3" libc = "0.2.33" native-tls = "0.2.0" +nettle = "5.0" percent-encoding = "1.0.1" tokio-core = "0.1" tokio-io = "0.1.4" url = "1.6.0" +zbase32 = "0.1.2" [dev-dependencies] rand = "0.6" -- cgit v1.2.3