commit | 78bba1982fa5706a826bd06948b7c6e513870ae4 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Mar 31 23:01:24 2018 +0200 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Mar 31 23:01:24 2018 +0200 |
tree | 608a7a4edf69e98316b29d9c3570bc58597e4971 | |
parent | 8659a23353df9561f6f78f6a2ffe2e5cb45719c7 [diff] |
Include readme metadata in Cargo.toml
diff --git a/Cargo.toml b/Cargo.toml index 37449d8..4e3122f 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -7,6 +7,7 @@ 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]]