summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-04-27 22:04:59 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-04-27 22:04:59 +0200
commitc2c3aa3643d1188e2c1e7ad8cdaf612cc95c79aa (patch)
treefb93a79f2546ced43aab0e536c846f02846a999b
parent9868f50fb4ff4f4de1849cd922d2d6123026d2e1 (diff)
parente7b446faecb944b3defa9dc42dc180fb27135c68 (diff)
Merge pull request #16 from matthiasbeyer/fix-cargotomlv0.1.0
Only 5 keywords are allowed
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d993e8b..1441381 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +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"]
+keywords = ["json", "taskwarrior", "todo", "import", "export"]
documentation = "https://matthiasbeyer.github.io/task-hookrs/task-hookrs/index.html"
homepage = "https://github.com/matthiasbeyer/task-hookrs"