first init

This commit is contained in:
2019-12-17 23:47:23 +08:00
parent c9aabd9f18
commit c7c6956c72
3 changed files with 119 additions and 1 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "dingtalk"
version = "0.0.1"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
description = "DingTalk Util"
readme = "README.md"
license = "MIT"
[dependencies]
base64 = "0.11.0"
rust-crypto = "0.2.36"
reqwest = "0.9.22"
urlencoding = "1.0.0"
json = "0.11.14"