From 0f2b9f5b2c7728aeb63d2fa6eb987d4adc9980dd Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Sun, 29 Jan 2017 18:48:14 -0600 Subject: [PATCH] Add packaging metadata --- Cargo.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c7d3645..8a29ce2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,17 @@ [package] name = "runwhen" -version = "0.1.0" +version = "0.0.1" authors = ["Jeremy Wall "] 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] clap = "~2.19.0" humantime = "~1.0.0" notify = "~3.0.0" md5 = "~0.3.2" -subprocess = "~0.1.7" \ No newline at end of file +subprocess = "~0.1.7"