aboutsummaryrefslogtreecommitdiff
blob: 02b9d87697538bdc6e6282950c5718e497caef74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "cargo-ebuild"
version = "0.1.5-pre"
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"]
categories = ["command-line-utilities"]
description = """
Generates an ebuild for a package using the in-tree eclasses.
"""

[badges]
travis-ci = { repository = "cardoe/cargo-ebuild" }

[dependencies]
cargo = "0.17"
rustc-serialize = "^0.3"
time = "^0.1"