summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIvan Petkov <ivanppetkov@gmail.com>2019-08-19 19:42:54 -0700
committerGitHub <noreply@github.com>2019-08-19 19:42:54 -0700
commit357df38861ec61547b5b1d90f0007c11d53fb9ec (patch)
treec5bef977e39d665d773f8c02e3ae4c2a7d8f5186 /Cargo.toml
parent34a9dc2d764a5f413d365ed4af94f6af4c42a14a (diff)
process: move into the tokio-net crate (#1475)
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 52b8d2a5..156b481c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,6 @@ members = [
"tokio-io",
"tokio-macros",
"tokio-net",
- "tokio-process",
"tokio-sync",
"tokio-test",
"tokio-timer",