This commit is contained in:
2020-01-23 18:33:11 +08:00
parent da2f051709
commit 33a4ea74af
5 changed files with 317 additions and 222 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "dingtalk"
version = "1.1.2"
version = "1.2.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
description = "DingTalk Robot Util, Send text/markdown/link messages using DingTalk robot, 钉钉机器人"
@@ -13,10 +13,12 @@ license = "MIT"
base64 = "0.11.0"
reqwest = "0.10.0"
urlencoding = "1.0.0"
json = "0.12.0"
futures = "0.3.1"
hmac = "0.7.1"
sha2 = "0.8.1"
maplit = "1.0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[dev-dependencies]
tokio-test = "0.2.0"