diff options
author | Doug Goldstein <cardoe@cardoe.com> | 2016-08-01 08:46:39 -0500 |
---|---|---|
committer | Doug Goldstein <cardoe@cardoe.com> | 2016-08-01 08:46:39 -0500 |
commit | e9b01e22075c08881e648617fc65d1015a8fd54b (patch) | |
tree | 9f2bfb7d7076d472faabb0d199e20e4587de1ce0 /Cargo.toml | |
parent | generate initial ebuild (diff) | |
download | cargo-ebuild-e9b01e22075c08881e648617fc65d1015a8fd54b.tar.gz cargo-ebuild-e9b01e22075c08881e648617fc65d1015a8fd54b.tar.bz2 cargo-ebuild-e9b01e22075c08881e648617fc65d1015a8fd54b.zip |
add initial README
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ 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" +readme = "README.md" description = """ Generates an ebuild for a package using the in-tree eclasses. """ |