Skip to content

Commit eef8d3b

Browse files
committed
Only include required files in Cargo.toml
1 parent 57e4c2a commit eef8d3b

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ repository = "https://github.com/tokio-rs/mio"
1616
readme = "README.md"
1717
keywords = ["io", "async", "non-blocking"]
1818
categories = ["asynchronous"]
19-
exclude = [
20-
".gitignore",
21-
".travis.yml",
19+
include = [
20+
"Cargo.toml",
21+
"LICENSE",
22+
"README.md",
23+
"CHANGELOG.md",
24+
"src/**/*.rs",
25+
"examples/**/*.rs",
2226
]
2327
publish = false
2428

0 commit comments

Comments
 (0)