summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-17 13:43:55 -0700
committerIvan Petkov <ivanppetkov@gmail.com>2019-08-17 13:43:55 -0700
commitc187cd75b6c4b4b33eff61d255d74b41ecb82acf (patch)
tree5d16eb1a65b31d1cf08f3be95939ad821558df56 /Cargo.toml
parenta83f5e4ba60c9934b75b3e47e66d516738fef395 (diff)
signal: move into tokio-net (#1463)
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 22c5a089..52b8d2a5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,6 @@ members = [
"tokio-macros",
"tokio-net",
"tokio-process",
- "tokio-signal",
"tokio-sync",
"tokio-test",
"tokio-timer",