Skip to content

Commit

Permalink
Make cargo packaging explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmooney committed May 1, 2020
1 parent fe62962 commit 89945eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ documentation = "https://docs.rs/net2/~0.2"
description = """
Extensions to the standard library's networking types as proposed in RFC 1158.
"""
include = [
"Cargo.toml",
"LICENSE-APACHE",
"LICENSE-MIT",
"README.md",
"src/**/*.rs"
]

[target."cfg(windows)".dependencies]
winapi = { version = "0.3", features = ["handleapi", "winsock2", "ws2def", "ws2ipdef", "ws2tcpip"] }
Expand Down

0 comments on commit 89945eb

Please sign in to comment.