[package] name = "cargo-auto-run" version = "0.1.2" authors = ["Mahavir Dash"] edition = "2021" description = "A file watcher for Rust projects that runs a specified command on file changes." license = "MIT" repository = "https://github.com/crypto-priest/cargo-auto-run" [dependencies] notify = "6.1.1" clap = { version = "4.0.0", features = ["derive"] }