Include readme, licenses, tests in crates.io archive

Fixes #26.
This commit is contained in:
David Tolnay
2017-02-19 13:12:13 -08:00
parent a9a0ad6a06
commit 0605ffdfbb
+1 -1
View File
@@ -7,4 +7,4 @@ description = "Quasi-quoting macro quote!(...)"
repository = "https://github.com/dtolnay/quote"
documentation = "https://docs.rs/quote/"
keywords = ["syn"]
include = ["Cargo.toml", "src/**/*.rs"]
include = ["Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]