mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
windows: add features for winapi (#4663)
This commit is contained in:
@@ -118,6 +118,7 @@ nix = { version = "0.24", default-features = false, features = ["fs", "socket"]
|
|||||||
[target.'cfg(windows)'.dependencies.winapi]
|
[target.'cfg(windows)'.dependencies.winapi]
|
||||||
version = "0.3.8"
|
version = "0.3.8"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
features = ["std", "winsock2", "mswsock", "handleapi", "ws2ipdef", "ws2tcpip"]
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[target.'cfg(windows)'.dev-dependencies.ntapi]
|
[target.'cfg(windows)'.dev-dependencies.ntapi]
|
||||||
|
|||||||
Reference in New Issue
Block a user