summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-16 07:26:10 -0700
committerGitHub <noreply@github.com>2019-08-16 07:26:10 -0700
commitce7e60e3965283328909aaef57c57e538526a880 (patch)
tree25230b6f3ce4bcc7da68b149c58626533a33dea4 /Cargo.toml
parentd8b23ef85235b9efef9a52ad7933dd3e3c0b6958 (diff)
udp: move tokio-udp into tokio-net (#1459)
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 adfbfc84..c9526112 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,6 @@ members = [
"tokio-test",
"tokio-timer",
"tokio-tls",
- "tokio-udp",
"tokio-uds",
"ui-tests",
]