summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-15 09:52:25 -0700
committerGitHub <noreply@github.com>2019-08-15 09:52:25 -0700
commit9de7083be89bde2e26ee5bc4f3333f5c8d13762d (patch)
tree130b86b9b394c5c2df118d016ca89d003758d45b /Cargo.toml
parent8d55f98f6fbd6cda5093f0ace9eb31e6c06f3e8d (diff)
executor: move current-thread into crate (#1447)
The `CurrentThread` executor is exposed using a feature flag. Refs: #1264
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d5b7026d..62f715b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,6 @@ members = [
"tokio",
"tokio-buf",
"tokio-codec",
- "tokio-current-thread",
"tokio-executor",
"tokio-fs",
"tokio-io",
@@ -20,4 +19,5 @@ members = [
"tokio-tls",
"tokio-udp",
"tokio-uds",
+ "ui-tests",
]