mirror of
https://github.com/zaphar/runwhen.git
synced 2025-07-24 20:59:49 -04:00
Add packaging metadata
This commit is contained in:
parent
ff1fa0262a
commit
0f2b9f5b2c
@ -1,12 +1,17 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "runwhen"
|
name = "runwhen"
|
||||||
version = "0.1.0"
|
version = "0.0.1"
|
||||||
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
|
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
|
||||||
description = "Runs a command on user specified triggers."
|
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"
|
||||||
|
license-file = "LICENSE.txt"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "~2.19.0"
|
clap = "~2.19.0"
|
||||||
humantime = "~1.0.0"
|
humantime = "~1.0.0"
|
||||||
notify = "~3.0.0"
|
notify = "~3.0.0"
|
||||||
md5 = "~0.3.2"
|
md5 = "~0.3.2"
|
||||||
subprocess = "~0.1.7"
|
subprocess = "~0.1.7"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user