From b047e9c6af7cc33dcee1a3f6b7c2164055fc37bf Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 29 Dec 2019 23:42:36 +0800 Subject: [PATCH] add keywords --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4f9417e..cf1fc2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.2.1" authors = ["Hatter Jiang "] edition = "2018" description = "DingTalk Robot Util, Send text/markdown/link messages using DingTalk robot" +keywords = ["DingTalk", "Robot", "Message"] readme = "README.md" repository = "https://git.hatter.ink/hatter/dingtalk" license = "MIT"