From 89945ebc27f3dbbc7782269aae40651f143bde55 Mon Sep 17 00:00:00 2001 From: Patrick Mooney Date: Fri, 1 May 2020 16:01:33 -0500 Subject: [PATCH] Make cargo packaging explicit --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 326bc5c..fa7e1db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }