cargo-pkgbuild 0.1.0

ArchLinux's PKGBULD generator from Cargo.toml manifest file
[package]
authors = ["Konstantin Stepanov <konstantin.stepanov@adform.com>"]
name = "cargo-pkgbuild"
version = "0.1.0"
readme = "README.md"
description = "ArchLinux's PKGBULD generator from Cargo.toml manifest file"
license = "MIT/Apache-2.0"
homepage = "https://github.com/kstep/cargo-pkgbuild"

[dependencies]
rustc-serialize = "0.3.19"
toml = "0.1.30"