cargo-auto 0.4.1

cargo-auto : automation tasks written in Rust language for the build process of rust projects
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.termion]
version = "1.5.6"

[dependencies.unwrap]
version = "1.2.1"

[package]
authors = ["Luciano Bestia <luciano.bestia@gmail.com>"]
categories = ["development-tools::build-utils"]
description = "cargo-auto : automation tasks written in Rust language for the build process of rust projects"
edition = "2018"
include = ["Cargo.toml", "LICENSE", "README.md", "src/*"]
keywords = ["rust", "make"]
license = "MIT"
name = "cargo-auto"
publish = true
readme = "README.md"
repository = "https://github.com/LucianoBestia/cargo-auto"
version = "0.4.1"