Ship build.rs to crates.io

This commit is contained in:
David Tolnay 2019-03-09 23:01:03 -08:00
parent d9d5b25b9d
commit de32b4769f
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -8,7 +8,14 @@ repository = "https://github.com/dtolnay/syn"
documentation = "https://docs.rs/syn"
categories = ["development-tools::procedural-macro-helpers"]
readme = "README.md"
include = ["/Cargo.toml", "/src/**/*.rs", "/README.md", "/LICENSE-APACHE", "/LICENSE-MIT"]
include = [
"/build.rs",
"/Cargo.toml",
"/LICENSE-APACHE",
"/LICENSE-MIT",
"/README.md",
"/src/**/*.rs",
]
[lib]
name = "syn"