summaryrefslogtreecommitdiffstats
path: root/net/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-01-30 17:44:44 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-01-30 17:50:49 +0100
commit167e1865290ff2348502a60073a286b30090462a (patch)
tree8aeb620cafe0401997132b7458b9a97211d026c8 /net/Cargo.toml
parent2cd407355b3813e95f9871e9de778308a4433469 (diff)
net: New test.
- Add a simple integration test checking hkp interactions.
Diffstat (limited to 'net/Cargo.toml')
-rw-r--r--net/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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 <justus@pep-project.org>"]
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"