use tokio::main macro

This commit is contained in:
2020-03-18 13:29:35 -07:00
parent 6fea7d1867
commit 6684075cc5
3 changed files with 11 additions and 15 deletions

View File

@@ -5,8 +5,8 @@ authors = ["Jared Burce <jaredr@gmail.com>"]
edition = "2018"
[dependencies]
warp = "0.2"
webrtc-unreliable = "0.4"
tokio = "0.2"
futures = "0.3"
pretty_env_logger = "0.4"
tokio = { version = "0.2", features = ["macros"] }
warp = "0.2"
webrtc-unreliable = "0.4"