This commit is contained in:
2020-01-17 00:10:25 +08:00
parent 1c21a26f47
commit 6f2afe13da
3 changed files with 21 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "dingtalk"
version = "1.1.1"
version = "1.1.2"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
description = "DingTalk Robot Util, Send text/markdown/link messages using DingTalk robot, 钉钉机器人"
@@ -11,11 +11,12 @@ license = "MIT"
[dependencies]
base64 = "0.11.0"
rust-crypto = "0.2.36"
reqwest = "0.10.0"
urlencoding = "1.0.0"
json = "0.12.0"
futures = "0.3.1"
hmac = "0.7.1"
sha2 = "0.8.1"
[dev-dependencies]
tokio-test = "0.2.0"