use async interrupt. blank web service.

This commit is contained in:
2020-10-13 13:32:32 -07:00
parent 6d3d0fee0f
commit 3b86c9fe21
3 changed files with 33 additions and 15 deletions

View File

@@ -7,4 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.11"
pretty_env_logger = "0.4.0"
rppal = "0.11.3"
tokio = { version = "0.2", features = ["macros"] }
warp = "0.2.5"