Enabling the std feature of the winapi dependency

main
shellrow 3 years ago
parent 7a0ff35ec4
commit 472be8835f
  1. 5
      Cargo.toml

@ -11,4 +11,7 @@ categories = ["network-programming"]
license = "MIT" license = "MIT"
[dependencies] [dependencies]
pnet = "0.26" pnet = "0.28"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.8", features = [ "std" ] }

Loading…
Cancel
Save