summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-16 14:42:05 -0700
committerGitHub <noreply@github.com>2019-08-16 14:42:05 -0700
commita83f5e4ba60c9934b75b3e47e66d516738fef395 (patch)
treef5461210676b6d7f68bbef03cb28bf017f1b4370 /Cargo.toml
parent4935aae1640e668966b615ff32425d57d843bc3a (diff)
uds: move into tokio-net (#1462)
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 5bd60447..22c5a089 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,5 @@ members = [
"tokio-test",
"tokio-timer",
"tokio-tls",
- "tokio-uds",
"build-tests",
]