runwhen/Cargo.toml
Jeremy Wall 7bce901323 Update the minor version to 0.0.3
A new flag was introduced for one of the commands.
2017-04-26 18:58:46 -05:00

15 lines
382 B
TOML

[package]
name = "runwhen"
version = "0.0.3"
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
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.19.0"
humantime = "~1.0.0"
notify = "~3.0.0"