diff --git a/Cargo.toml b/Cargo.toml index 97be1fe..5e713e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,6 @@ license = "MIT" pnet_packet = "0.28" pnet_datalink = "0.28" -[target.'cfg(windows)'.dependencies] -winapi = { version = "0.3.9", features = [ "std" ] } [target.'cfg(windows)'.dependencies.windows] version = "0.29.0" features = ["Win32_Foundation","Win32_NetworkManagement_IpHelper"]