Include readme metadata in Cargo.toml

This commit is contained in:
David Tolnay 2018-03-31 23:01:24 +02:00
parent 8659a23353
commit 78bba1982f
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -7,6 +7,7 @@ description = "Nom parser for Rust source code"
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"]
[[example]]