aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2016-08-01 08:33:25 -0500
committerDoug Goldstein <cardoe@cardoe.com>2016-08-01 08:33:25 -0500
commitb4450c59b23b846260d93c8c47264b4cc0be0d91 (patch)
tree72dbffa5124b91c31a37fcc788b27a161842d01c /Cargo.toml
parentinitial version (diff)
downloadcargo-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e84eaae..7b63362 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"