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]
|
||||
default = [
|
||||
"codec",
|
||||
# "fs",
|
||||
"fs",
|
||||
"io",
|
||||
"reactor",
|
||||
"rt-full",
|
||||
@ -39,7 +39,7 @@ default = [
|
||||
]
|
||||
|
||||
codec = ["io", "tokio-codec"]
|
||||
#fs = ["tokio-fs"]
|
||||
fs = ["tokio-fs"]
|
||||
io = ["bytes", "tokio-io"]
|
||||
reactor = ["io", "tokio-reactor"]
|
||||
rt-full = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user