add reqwest

This commit is contained in:
2020-05-03 12:50:43 +08:00
parent d6df92636b
commit 609d89ee4e
3 changed files with 1119 additions and 0 deletions

12
reqwest/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "reqwest"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "0.2.6", features = ["full"] }
reqwest = "0.10.4"