Skip to content

Commit 89945eb

Browse files
committed
Make cargo packaging explicit
1 parent fe62962 commit 89945eb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ documentation = "https://docs.rs/net2/~0.2"
1010
description = """
1111
Extensions to the standard library's networking types as proposed in RFC 1158.
1212
"""
13+
include = [
14+
"Cargo.toml",
15+
"LICENSE-APACHE",
16+
"LICENSE-MIT",
17+
"README.md",
18+
"src/**/*.rs"
19+
]
1320

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

0 commit comments

Comments
 (0)