From 8797c1557211fab877d363c6a4eb935e08f7e12a Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Thu, 2 Jul 2020 11:18:56 +0200 Subject: [PATCH] Only include required files in Cargo.toml --- Cargo.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index af0f96bbf..85d3fd5c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,9 +16,13 @@ repository = "https://github.com/tokio-rs/mio" readme = "README.md" keywords = ["io", "async", "non-blocking"] categories = ["asynchronous"] -exclude = [ - ".gitignore", - ".travis.yml", +include = [ + "Cargo.toml", + "LICENSE", + "README.md", + "CHANGELOG.md", + "src/**/*.rs", + "examples/**/*.rs", ] publish = false