Include benches and tests in published crate

Gitignore rules apply, so tests/rust/... will not be included.
This commit is contained in:
David Tolnay 2019-06-27 09:07:48 -07:00
parent 2e918f9548
commit 6897bc256b
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -9,12 +9,14 @@ documentation = "https://docs.rs/syn"
categories = ["development-tools::procedural-macro-helpers"]
readme = "README.md"
include = [
"/benches/**",
"/build.rs",
"/Cargo.toml",
"/LICENSE-APACHE",
"/LICENSE-MIT",
"/README.md",
"/src/**/*.rs",
"/src/**",
"/tests/**",
]
[features]