cargomon 0.1.1

A Rust implementation of nodemon for automatic rebuilding and running of Rust projects
Documentation
[[bin]]
name = "cargomon"
path = "src/main.rs"

[dependencies.colored]
version = "2.0.0"

[dependencies.notify]
version = "4.0.17"

[dependencies.structopt]
version = "0.3.26"

[dependencies.tempfile]
version = "3.2"

[lib]
doctest = true
name = "cargomon"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "development-tools::build-utils"]
description = "A Rust implementation of nodemon for automatic rebuilding and running of Rust projects"
edition = "2021"
keywords = ["development", "reload", "watch", "build"]
license = "MIT"
name = "cargomon"
readme = "README.md"
repository = "https://github.com/mahmudsudo/cargomon"
version = "0.1.1"