summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index da766769..38a26aeb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,6 @@ members = [
"tokio-executor",
"tokio-io",
"tokio-macros",
- "tokio-net",
"tokio-sync",
"tokio-test",
"tokio-tls",
@@ -13,5 +12,6 @@ members = [
# Internal
"examples",
- "build-tests",
+ "tests-build",
+ "tests-integration",
]