This commit is contained in:
2020-04-18 02:06:50 +08:00
parent 768e26f239
commit 4ac22d6800
3 changed files with 112 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = { version = "0.4", features = ["max_level_debug", "release_max_level_warn"] }
pretty_env_logger = "0.4"
hyper = "0.13"
tokio = { version = "0.2", features = ["full"] }