mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
signal: Start adding windows support
This commit is contained in:
committed by
Carl Lerche
parent
1b6893b6f6
commit
8291c3d462
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user