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