[package] name = "watchdo" description = "Run commands whenever files in a directory change." version = "0.1.2" authors = ["Shelby Doolittle "] license = "MIT" readme = "README.md" homepage = "https://github.com/shelbyd/watchdo" repository = "https://github.com/shelbyd/watchdo" edition = "2018" [dependencies] colored = "1.8" ignore = "0.4.10" notify = "4.0.15" structopt = "0.3" subprocess = "0.2.3" term_size = "0.3.1" [dev-dependencies] mockall = "=0.5.1" [features] strict = []