add hyperrs

This commit is contained in:
2020-04-18 01:36:09 +08:00
parent 9f97aa2823
commit 768e26f239
3 changed files with 594 additions and 0 deletions

12
hyperrs/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "hyperrs"
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]
hyper = "0.13"
tokio = { version = "0.2", features = ["full"] }