diff options
author | Doug Goldstein <cardoe@cardoe.com> | 2017-04-17 09:01:31 -0500 |
---|---|---|
committer | Doug Goldstein <cardoe@cardoe.com> | 2017-04-17 09:01:31 -0500 |
commit | b5a1a469c8e380fdd095536d4e4bac3c1258dc14 (patch) | |
tree | c8251cd3b8cde4e580f9648f4c96ab50484b111d /Cargo.toml | |
parent | upgrade to Cargo 0.16 to support workspaces (diff) | |
download | cargo-ebuild-b5a1a469c8e380fdd095536d4e4bac3c1258dc14.tar.gz cargo-ebuild-b5a1a469c8e380fdd095536d4e4bac3c1258dc14.tar.bz2 cargo-ebuild-b5a1a469c8e380fdd095536d4e4bac3c1258dc14.zip |
update Cargo.toml for new fields
Added newer fields that crates.io understands and add an API link to
docs.rs since most people will be interested in how to use the command
instead of the API.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,10 +8,14 @@ homepage = "https://github.com/cardoe/cargo-ebuild" documentation = "https://github.com/cardoe/cargo-ebuild" readme = "README.md" keywords = ["cargo-subcommand", "ebuild", "gentoo"] +categories = ["command-line-utilities"] description = """ Generates an ebuild for a package using the in-tree eclasses. """ +[badges] +travis-ci = { repository = "cardoe/cargo-ebuild" } + [dependencies] cargo = "0.16" rustc-serialize = "^0.3" |