summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-04-27 21:48:21 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-04-27 21:48:21 +0200
commita194fc8a5b4119395ffb2566a5a706ec35b2d6f5 (patch)
tree33138735c7ad9d5d77a468afbb03b028ed888ebe
parent7291a5d3a9e756e5e96f3443bc09f61d3edbc3fc (diff)
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 d750789..8f8ac6e 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"