Exclude tests and examples from the crates.io package.

This shrinks the generated package size from 44K to 40K.
This commit is contained in:
Dan Gohman
2022-07-07 07:04:14 -07:00
parent 9dc98d417b
commit f28730b315
+1 -1
View File
@@ -8,7 +8,7 @@ keywords = ["api", "io"]
categories = ["os", "rust-patterns"]
edition = "2018"
repository = "https://github.com/sunfishcode/io-lifetimes"
exclude = ["/.github"]
include = ["src", "build.rs", "Cargo.toml", "COPYRIGHT", "LICENSE*", "/*.md"]
[dependencies]
# io-lifetimes only depends on libc/windows-sys for the ability to close