From e7b446faecb944b3defa9dc42dc180fb27135c68 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 27 Apr 2016 21:58:20 +0200 Subject: Only 5 keywords are allowed --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "] 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" -- cgit v1.2.3