summaryrefslogtreecommitdiffstats
path: root/net/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-03-05 16:37:57 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-03-09 11:52:38 +0100
commitae4ba285f16e6f59779db4cfd03e4af7374e9a18 (patch)
treef0d70b85dfd7d73fff16cc4d0792979e45d81a31 /net/Cargo.toml
parent5035966c2ed5da95740e9130e8c104221e51b87a (diff)
net: Define net::Error using thiserror.
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 27dcdb86..f817a6b2 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -33,6 +33,7 @@ libc = "0.2.33"
native-tls = "0.2.0"
percent-encoding = "2.1"
tempfile = "3.1"
+thiserror = "1"
tokio-core = "0.1"
tokio-io = "0.1.4"
url = "2.1"