summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-15 13:09:02 -0700
committerGitHub <noreply@github.com>2019-08-15 13:09:02 -0700
commit3b27dc31d28df93fcc65ed3b744033d4ad4f77cc (patch)
treea2d7daa747f55e1d8fca83930c093437fc1b5ad9 /Cargo.toml
parent37131b21144de133628b54a1de500b623058f8cf (diff)
threadpool: move threadpool into tokio-executor (#1452)
The threadpool is behind a feature flag. Refs: #1264
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5b0a9855..bf1d9e09 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,6 @@ members = [
"tokio-signal",
"tokio-sync",
"tokio-test",
- "tokio-threadpool",
"tokio-timer",
"tokio-tcp",
"tokio-tls",