Include readme metadata in Cargo.toml

This commit is contained in:
David Tolnay 2018-03-31 22:59:32 +02:00
parent b4d53e67b2
commit 4a2f2cacdd
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -7,6 +7,7 @@ description = "Quasi-quoting macro quote!(...)"
repository = "https://github.com/dtolnay/quote"
documentation = "https://docs.rs/quote/"
keywords = ["syn"]
readme = "README.md"
include = ["Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
[dependencies]