fs: move into tokio (#1672)

A step towards collapsing Tokio sub crates into a single `tokio`
crate (#1318).

The `fs` implementation is now provided by the main `tokio` crate. The
`fs` functionality may still be excluded from the build by skipping the
`fs` feature flag.
This commit is contained in:
Carl Lerche
2019-10-21 15:49:00 -07:00
committed by GitHub
parent 6aa6ebb5bc
commit 978013a215
47 changed files with 162 additions and 521 deletions
-1
View File
@@ -4,7 +4,6 @@
tokio = { path = "tokio" }
tokio-codec = { path = "tokio-codec" }
tokio-executor = { path = "tokio-executor" }
tokio-fs = { path = "tokio-fs" }
tokio-io = { path = "tokio-io" }
tokio-macros = { path = "tokio-macros" }
tokio-net = { path = "tokio-net" }