cargo-auto 2022.416.1321

cargo-auto - automation tasks written in Rust language for the build process of rust projects
[package]
name = "cargo-auto"
version = "2022.416.1321"
authors = ["bestia.dev <info@bestia.dev>"]
edition = "2018"
description = "cargo-auto - automation tasks written in Rust language for the build process of rust projects"
repository = "https://github.com/bestia-dev/cargo-auto"
readme = "README.md"
license = "MIT"
keywords = ["rust", "make"]
categories = ["development-tools::build-utils"]
# publish as a cargo tool. Only this files.
publish = true
include = [
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "src/*"
]

[dependencies]
unwrap = "1.2.1"
termion = "1.5.6"
lazy_static="1.4.0"