summaryrefslogtreecommitdiffstats
path: root/net/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'net/Cargo.toml')
-rw-r--r--net/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 91775697..06a3ad72 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" }
+failure = "0.1.1"
fs2 = "0.4.2"
futures = "0.1"
hyper = "0.11"