rusty-ci 0.7.1

A tool to generate buildbot projects from a YAML file
Documentation
# 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]
edition = "2018"
name = "rusty-ci"
version = "0.7.1"
authors = ["adam-mcdaniel <adam.mcdaniel17@gmail.com>"]
description = "A tool to generate buildbot projects from a YAML file"
homepage = "https://github.com/adam-mcdaniel/rusty-ci"
documentation = "https://docs.rs/rusty-ci"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/adam-mcdaniel/rusty-ci"

[[bin]]
name = "rusty-ci"
path = "src/bin.rs"

[[test]]
name = "step"
path = "tests/step.rs"
[dependencies.clap]
version = "2.33"

[dependencies.rusty-yaml]
version = "0.4.3"

[dependencies.termcolor]
version = "1.0.5"