Re-export tokio-fs (#1287)

This commit is contained in:
Gurwinder Singh
2019-07-14 12:03:49 -04:00
committed by Lucio Franco
parent 48d7f7b931
commit c897a5b696
+2 -2
View File
@@ -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 = [