runwhen/Cargo.toml

15 lines
380 B
TOML
Raw Normal View History

2017-01-29 16:39:48 -06:00
[package]
name = "runwhen"
version = "0.0.4"
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]
clap = "~2.34"
2017-01-29 16:39:48 -06:00
humantime = "~1.0.0"
notify = "~3.0.0"