aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2018-03-31 22:59:32 +0200
committerDavid Tolnay <dtolnay@gmail.com>2018-03-31 22:59:32 +0200
commit4a2f2cacddf31cac02177be3954baea33b80ed41 (patch)
tree9553a7c161f5499ed71659999c408f026b9a48c0 /Cargo.toml
parentb4d53e67b28017138865c1911ddb997cd23ffac6 (diff)
downloadquote-4a2f2cacddf31cac02177be3954baea33b80ed41.tar.gz
Include readme metadata in Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bd05660..8523df2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]