summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-07-19 13:11:46 -0700
committerGitHub <noreply@github.com>2019-07-19 13:11:46 -0700
commita99fa6e0963e9d3abad8c33df31b42f87fe86b06 (patch)
treecd6ba77e4c4a4442aef85b577f06a384a69b448d /Cargo.toml
parentb89ed00a0d0b5ffa8fd3fa3a1faee31b5693cd64 (diff)
chore: remove tokio-futures facade crate (#1327)
This switches from using the tokio-futures facade to referencing futures-* crates directly.
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 dab15da5..9281766b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,6 @@ members = [
"tokio-current-thread",
"tokio-executor",
"tokio-fs",
- "tokio-futures",
"tokio-io",
"tokio-macros",
"tokio-reactor",