[package] name = "watchrust" authors = ["Thembinkosi Mkhonta (thembinkosimkhonta01@gmail.com)"] version = "0.1.0" edition = "2021" description = "Automatically rebuild your Rust projects without having to manually restart servers." license = "MIT" homepage = "https://github.com/ThembinkosiThemba/watchrust" repository = "https://github.com/ThembinkosiThemba/watchrust" readme = "README.md" keywords = ["rust", "watchrust", "build", "run", "auto"] include = ["src/**/*.rs", "Cargo.toml", "README.md"] [dependencies] notify = "5.0.0" chrono = "0.4" colored = "2.0" [[bin]] name = "watchrust" path = "src/main.rs"