Replace tokio-serde-bincode with async-bincode

This commit is contained in:
Tim Kuehn
2018-10-17 20:19:37 -07:00
parent af66841f68
commit 79a2f7fe2f
7 changed files with 256 additions and 448 deletions

View File

@@ -15,7 +15,7 @@ readme = "../README.md"
description = "An example server built on tarpc."
[dependencies]
bincode-transport = { package = "tarpc-bincode-transport", version = "0.1", path = "../bincode-transport" }
bincode-transport = { package = "tarpc-bincode-transport", version = "0.2", path = "../bincode-transport" }
futures-preview = { version = "0.3.0-alpha.8", features = ["compat", "tokio-compat"] }
serde = { version = "1.0" }
tarpc = { version = "0.13", path = "../tarpc", features = ["serde1"] }