mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
Re-export tokio-fs (#1287)
This commit is contained in:
parent
48d7f7b931
commit
c897a5b696
@ -27,7 +27,7 @@ publish = false
|
|||||||
[features]
|
[features]
|
||||||
default = [
|
default = [
|
||||||
"codec",
|
"codec",
|
||||||
# "fs",
|
"fs",
|
||||||
"io",
|
"io",
|
||||||
"reactor",
|
"reactor",
|
||||||
"rt-full",
|
"rt-full",
|
||||||
@ -39,7 +39,7 @@ default = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
codec = ["io", "tokio-codec"]
|
codec = ["io", "tokio-codec"]
|
||||||
#fs = ["tokio-fs"]
|
fs = ["tokio-fs"]
|
||||||
io = ["bytes", "tokio-io"]
|
io = ["bytes", "tokio-io"]
|
||||||
reactor = ["io", "tokio-reactor"]
|
reactor = ["io", "tokio-reactor"]
|
||||||
rt-full = [
|
rt-full = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user