Skip to content

Commit

Permalink
windows: add features for winapi (#4663)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed May 14, 2022
1 parent a05135a commit cf94ffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio/Cargo.toml
Expand Up @@ -118,6 +118,7 @@ nix = { version = "0.23" }
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3.8"
default-features = false
features = ["std", "winsock2", "mswsock", "handleapi", "ws2ipdef", "ws2tcpip"]
optional = true

[target.'cfg(windows)'.dev-dependencies.ntapi]
Expand Down

0 comments on commit cf94ffc

Please sign in to comment.