diff options
author | Doug Goldstein <cardoe@cardoe.com> | 2016-08-01 08:33:25 -0500 |
---|---|---|
committer | Doug Goldstein <cardoe@cardoe.com> | 2016-08-01 08:33:25 -0500 |
commit | b4450c59b23b846260d93c8c47264b4cc0be0d91 (patch) | |
tree | 72dbffa5124b91c31a37fcc788b27a161842d01c /Cargo.toml | |
parent | initial version (diff) | |
download | cargo-ebuild-b4450c59b23b846260d93c8c47264b4cc0be0d91.tar.gz cargo-ebuild-b4450c59b23b846260d93c8c47264b4cc0be0d91.tar.bz2 cargo-ebuild-b4450c59b23b846260d93c8c47264b4cc0be0d91.zip |
generate initial ebuild
Generates an initial ebuild for use with the in-tree eclasses to build
up Cargo based packages on Gentoo.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,4 +11,5 @@ Generates an ebuild for a package using the in-tree eclasses. [dependencies] cargo = "0.10" +rustache = "~0.0.3" rustc-serialize = "0.3" |