aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2016-11-24 10:51:34 -0600
committerDoug Goldstein <cardoe@cardoe.com>2016-11-24 10:51:34 -0600
commit838b043b172c758ca37203a57055b912f7bfbd02 (patch)
treee108ac108d3a15c79980b88e93daaf837e86d881 /Cargo.toml
parentcleanups from using clippy (diff)
downloadcargo-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.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 949abc9..8a81f85 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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.
"""