diff options
author | Doug Goldstein <cardoe@cardoe.com> | 2016-11-24 10:51:34 -0600 |
---|---|---|
committer | Doug Goldstein <cardoe@cardoe.com> | 2016-11-24 10:51:34 -0600 |
commit | 838b043b172c758ca37203a57055b912f7bfbd02 (patch) | |
tree | e108ac108d3a15c79980b88e93daaf837e86d881 /Cargo.toml | |
parent | cleanups from using clippy (diff) | |
download | cargo-ebuild-838b043b172c758ca37203a57055b912f7bfbd02.tar.gz cargo-ebuild-838b043b172c758ca37203a57055b912f7bfbd02.tar.bz2 cargo-ebuild-838b043b172c758ca37203a57055b912f7bfbd02.zip |
add crate keywords and documentation link
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,7 +5,9 @@ authors = ["Doug Goldstein <cardoe@cardoe.com>"] license = "MIT/Apache-2.0" repository = "https://github.com/cardoe/cargo-ebuild" homepage = "https://github.com/cardoe/cargo-ebuild" +documentation = "https://github.com/cardoe/cargo-ebuild" readme = "README.md" +keywords = ["cargo-subcommand", "ebuild", "gentoo"] description = """ Generates an ebuild for a package using the in-tree eclasses. """ |