|
|
@ -14,8 +14,6 @@ license = "MIT" |
|
|
|
pnet_packet = "0.28" |
|
|
|
pnet_packet = "0.28" |
|
|
|
pnet_datalink = "0.28" |
|
|
|
pnet_datalink = "0.28" |
|
|
|
|
|
|
|
|
|
|
|
[target.'cfg(windows)'.dependencies] |
|
|
|
|
|
|
|
winapi = { version = "0.3.9", features = [ "std" ] } |
|
|
|
|
|
|
|
[target.'cfg(windows)'.dependencies.windows] |
|
|
|
[target.'cfg(windows)'.dependencies.windows] |
|
|
|
version = "0.29.0" |
|
|
|
version = "0.29.0" |
|
|
|
features = ["Win32_Foundation","Win32_NetworkManagement_IpHelper"] |
|
|
|
features = ["Win32_Foundation","Win32_NetworkManagement_IpHelper"] |
|
|
|