Files
dingtalk/Cargo.toml
2020-01-01 22:28:00 +08:00

18 lines
491 B
TOML

[package]
name = "dingtalk"
version = "1.0.1"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
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"
[dependencies]
base64 = "0.11.0"
rust-crypto = "0.2.36"
reqwest = "0.9.22"
urlencoding = "1.0.0"
json = "0.11.14"