devloop 0.1.5

A tool to help with repetitive commands during 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 = "devloop"
version = "0.1.5"
authors = ["Amit Gold <amit.gold00@gmail.com>"]
description = "A tool to help with repetitive commands during development."
readme = "README.md"
keywords = ["devloop", "development", "repetitive"]
categories = ["command-line-utilities"]
license = "WTFPL"
repository = "https://www.github.com/SuperCuber/devloop"
[dependencies.clap]
version = "2.*"

[dependencies.colored]
version = "1.5.*"

[dependencies.crossterm_terminal]
version = "0.1.*"

[dependencies.env_logger]
version = "0.4.*"

[dependencies.log]
version = "0.3.*"

[dependencies.yaml-rust]
version = "0.3.*"