mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-26 00:00:16 +02:00
Re-export tokio-fs (#1287)
This commit is contained in:
committed by
Lucio Franco
parent
48d7f7b931
commit
c897a5b696
+2
-2
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user