summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-15 20:37:25 -0700
committerGitHub <noreply@github.com>2019-08-15 20:37:25 -0700
commit4788d3a9e3dd037424442c98e9f26b93a33a2077 (patch)
tree5324a25c3578964a2aa38c4cd6a1ed324078cdd6 /Cargo.toml
parentf1f61a3b15d17767b12bfd8c0c5712db1b089b0b (diff)
tcp: move tokio-tcp into tokio-net (#1456)
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 bf1d9e09..adfbfc84 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,6 @@ members = [
"tokio-sync",
"tokio-test",
"tokio-timer",
- "tokio-tcp",
"tokio-tls",
"tokio-udp",
"tokio-uds",