Clarify dependencies required for README example

Fixes https://github.com/google/tarpc/issues/232
This commit is contained in:
Tim Kuehn
2019-05-15 15:20:37 -07:00
parent ce9c057b1b
commit 373dcbed57
2 changed files with 40 additions and 16 deletions

View File

@@ -19,7 +19,6 @@ futures-preview = { version = "0.3.0-alpha.16", features = ["compat"] }
serde = { version = "1.0" }
tarpc = { version = "0.18", path = "../tarpc", features = ["serde1"] }
tokio = "0.1"
tokio-executor = "0.1"
[lib]
name = "service"