aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2016-07-05 13:56:34 -0500
committerDoug Goldstein <cardoe@cardoe.com>2016-08-01 00:27:41 -0500
commit75b0ded23226165c649b8ceecac7c11094e4ad98 (patch)
tree11f75893005266299fa254d7eb4d141e7c7d841b /Cargo.toml
downloadcargo-ebuild-75b0ded23226165c649b8ceecac7c11094e4ad98.tar.gz
cargo-ebuild-75b0ded23226165c649b8ceecac7c11094e4ad98.tar.bz2
cargo-ebuild-75b0ded23226165c649b8ceecac7c11094e4ad98.zip
initial version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..e84eaae
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "cargo-ebuild"
+version = "0.1.0"
+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"
+description = """
+Generates an ebuild for a package using the in-tree eclasses.
+"""
+
+[dependencies]
+cargo = "0.10"
+rustc-serialize = "0.3"