From 167e1865290ff2348502a60073a286b30090462a Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 30 Jan 2018 17:44:44 +0100 Subject: net: New test. - Add a simple integration test checking hkp interactions. --- net/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/Cargo.toml') diff --git a/net/Cargo.toml b/net/Cargo.toml index 06a3ad72..a702276b 100644 --- a/net/Cargo.toml +++ b/net/Cargo.toml @@ -7,6 +7,7 @@ authors = ["Justus Winter "] openpgp = { path = "../openpgp" } sequoia-core = { path = "../core" } +capnp-rpc = "0.8" failure = "0.1.1" fs2 = "0.4.2" futures = "0.1" @@ -21,4 +22,4 @@ percent-encoding = "1.0.1" rand = "0.3" tokio-core = "0.1" tokio-io = "0.1.4" -capnp-rpc = "0.8" +url = "1.6.0" -- cgit v1.2.3