[package]
name = "hull"
version = "0.1.3"
authors = ["Azriel Hoh <azriel91@gmail.com>"]
description = "Build tool to aid Rust development."
homepage = "https://github.com/azriel91/hull"
documentation = "https://docs.rs/crate/hull/"
readme = "README.md"
keywords = ["build", "ci", "make", "workspace"]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/azriel91/hull"
[[bin]]
name = "hull"
path = "src/main.rs"
[dependencies.cargo_metadata]
version = "0.6"
[dependencies.duct]
version = "0.10"
[dependencies.shell-words]
version = "0.1"
[dependencies.structopt]
version = "0.2"
[dependencies.structopt-derive]
version = "0.2"
[dependencies.which]
version = "1.0"
[badges.maintenance]
status = "experimental"