summaryrefslogtreecommitdiffstats
path: root/net/Cargo.toml
diff options
context:
space:
mode:
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"