summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-04-27 21:56:44 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-04-27 21:56:44 +0200
commit9868f50fb4ff4f4de1849cd922d2d6123026d2e1 (patch)
treede03c29e2dbbbe84b384072ee7f40b76aa6fcda2
parent68eb14ee2fe1c40afebc62586e18eba31873938a (diff)
parenta194fc8a5b4119395ffb2566a5a706ec35b2d6f5 (diff)
Merge pull request #15 from matthiasbeyer/add-keywords
Add keywords to Cargo.toml
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5089265..d993e8b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Crate to work with taskwarrior exported JSON"
+keywords = [ "JSON", "json", "taskwarrior", "todo", "task", "binding", "import", "export"]
documentation = "https://matthiasbeyer.github.io/task-hookrs/task-hookrs/index.html"
homepage = "https://github.com/matthiasbeyer/task-hookrs"