process: Add support for stdio streams

This commit is contained in:
Andreas Rottmann
2019-06-24 16:56:47 -07:00
committed by Ivan Petkov
parent b16a8613b1
commit 849a5ad0b2
5 changed files with 197 additions and 4 deletions
+1
View File
@@ -13,6 +13,7 @@ An implementation of an asynchronous process management backed futures.
[dependencies]
tokio-core = "0.1"
futures = "0.1"
mio = "0.6"
[target.'cfg(windows)'.dependencies]
winapi = "0.2"