[package] name = "cargo_rub" version = "0.0.4" authors = ["Jason Ozias "] description = "Rust Builder for Cargo" documentation = "http://rust-builder.github.io/cargo-rub" homepage = "http://rust-builder.github.io/cargo-rub" repository = "https://github.com/rust-builder/cargo-rub" readme = "README.md" license = "MIT" keywords = ["cargo","cargo_rub","buildable","rub"] build = "build.rs" [build-dependencies] time = "*" [dependencies] buildable = "*" commandext = "*" docopt = "*" rustc-serialize = "*" scm = "*" utils = "*" [lib] name = "cargo_rub"