Skip to content

Commit

Permalink
Remove dependency on winapi and nix thanks to improved usage of if_addrs
Browse files Browse the repository at this point in the history
  • Loading branch information
willstott101 committed Aug 24, 2024
1 parent f38e8b1 commit b483fe3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ thiserror = "1.0"
tokio = { version = "1.0", features = ["sync", "net", "rt"] }
socket2 = { version = "0.5", features = ["all"] }

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["netioapi"] }

[target.'cfg(not(windows))'.dependencies]
nix = { version = "0.28", features = ["net"] }

[dev-dependencies]
env_logger = { version = "0.10.2", default-features = false, features = [
"color",
Expand Down

0 comments on commit b483fe3

Please sign in to comment.