diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2018-12-23 13:53:29 +0900 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-22 23:53:29 -0500 |
| commit | bee55fcd20b4919f2d6b4817ce33d1a09e6bcadc (patch) | |
| tree | 136a018c630afdb97b8b810b3dedb5745ca8125b /Cargo.toml | |
| parent | cbee2895b3643aaccd62b221bf1bb4ac6a1ca9fb (diff) | |
make stdout unbuffered (#1355)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index efe145235..df97bd2f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,3 +34,5 @@ tokio-io = "=0.1.10" tokio-process = "=0.2.3" tokio-threadpool = "=0.1.9" url = "=1.7.1" +kernel32-sys = "=0.2.2" +winapi = "=0.3.6" |
