Fix tokio dependency for example-service

This commit is contained in:
Tim Kuehn
2019-12-11 20:01:06 -08:00
parent dbabe9774f
commit 36cfdb6c6f

View File

@@ -17,7 +17,7 @@ clap = "2.0"
futures = "0.3"
serde = { version = "1.0" }
tarpc = { version = "0.18", path = "../tarpc", features = ["full"] }
tokio = "0.2"
tokio = { version = "0.2", features = ["full"] }
tokio-serde = { version = "0.6", features = ["json"] }
env_logger = "0.6"