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