aboutsummaryrefslogtreecommitdiff
blob: 509ac83665529a258baf3efa1040f86b7871cd84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cargo-ebuild"
version = "0.1.2"
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"
documentation = "https://github.com/cardoe/cargo-ebuild"
readme = "README.md"
keywords = ["cargo-subcommand", "ebuild", "gentoo"]
description = """
Generates an ebuild for a package using the in-tree eclasses.
"""

[dependencies]
cargo = "0.10"
rustc-serialize = "^0.3"