Skip to content

Commit

Permalink
Only include required files in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Jul 3, 2020
1 parent 57e4c2a commit eef8d3b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit eef8d3b

Please sign in to comment.