[package] name = "runwhen" version = "0.0.5" authors = ["Jeremy Wall "] description = "Runs a command on user specified triggers." repository = "https://github.com/zaphar/runwhen" readme = "README.md" keywords = ["file", "watcher", "command-line", "trigger"] license = "Apache-2.0" [dependencies] clap = "~2.34" humantime = "2.1.0" notify = "4.0.17"