summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-15 11:04:58 -0700
committerGitHub <noreply@github.com>2019-08-15 11:04:58 -0700
commit8538c25170240fa46313ffe9d4a9a2f9ba2536e5 (patch)
tree24b7d8e14a4741cd9faf116edf95d770bb937990 /Cargo.toml
parent7b6438a17247e026c996712a7c83d0c43442d73e (diff)
reactor: rename tokio-reactor -> tokio-net (#1450)
* reactor: rename tokio-reactor -> tokio-net This is in preparation for #1264
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 62f715b1..5b0a9855 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,8 +8,8 @@ members = [
"tokio-fs",
"tokio-io",
"tokio-macros",
+ "tokio-net",
"tokio-process",
- "tokio-reactor",
"tokio-signal",
"tokio-sync",
"tokio-test",