signal: Start adding windows support

This commit is contained in:
Alex Crichton
2018-09-10 11:29:55 -07:00
committed by Carl Lerche
parent 1b6893b6f6
commit 8291c3d462
5 changed files with 351 additions and 1 deletions
+5
View File
@@ -18,3 +18,8 @@ futures = { git = "https://github.com/alexcrichton/futures-rs" }
tokio-uds = { git = "https://github.com/tokio-rs/tokio-uds" }
libc = "0.2"
mio = "0.6"
[target.'cfg(windows)'.dependencies]
winapi = "0.2"
kernel32-sys = "0.2"
mio = "0.6"