2017-01-29 16:39:48 -06:00
|
|
|
[package]
|
|
|
|
name = "runwhen"
|
2022-05-31 23:01:37 -04:00
|
|
|
version = "0.0.5"
|
2017-01-29 16:39:48 -06:00
|
|
|
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
|
|
|
|
description = "Runs a command on user specified triggers."
|
2017-01-29 18:48:14 -06:00
|
|
|
repository = "https://github.com/zaphar/runwhen"
|
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["file", "watcher", "command-line", "trigger"]
|
|
|
|
license = "Apache-2.0"
|
2017-01-29 16:39:48 -06:00
|
|
|
|
|
|
|
[dependencies]
|
2021-12-30 18:57:24 -05:00
|
|
|
clap = "~2.34"
|
2017-01-29 16:39:48 -06:00
|
|
|
humantime = "~1.0.0"
|
|
|
|
notify = "~3.0.0"
|