aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d8f8ae9..ca5c732 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -68,6 +68,10 @@ default-features = false
optional = true
version = "0.0.14"
+[dependencies.threadpool]
+optional = true
+version = "~1.7"
+
[dependencies.typemap]
optional = true
version = "~0.3"
@@ -101,6 +105,7 @@ client = [
"http",
"lazy_static",
"parking_lot",
+ "threadpool",
"typemap",
]
extras = []