hull 0.1.3

Build tool to aid Rust development.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"