runwhen/Cargo.toml

18 lines
427 B
TOML
Raw Normal View History

2017-01-29 16:39:48 -06:00
[package]
name = "runwhen"
2023-08-14 21:17:37 -04:00
version = "0.0.7"
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]
2022-08-22 16:38:26 -04:00
humantime = "2.1.0"
2022-08-22 16:37:56 -04:00
notify = "4.0.17"
2022-08-22 16:38:53 -04:00
[dependencies.clap]
version = "3.2.17"
2023-08-14 18:36:07 -04:00
features = [ "cargo" ]