Make tokio1 serde1 default features

This commit is contained in:
Tim Kuehn
2019-08-08 22:06:09 -07:00
parent 41c1aafaf7
commit f8ba7d9f4e
5 changed files with 12 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ json-transport = { package = "tarpc-json-transport", version = "0.1", path = "..
clap = "2.0"
futures-preview = { version = "0.3.0-alpha.17" }
serde = { version = "1.0" }
tarpc = { version = "0.18", path = "../tarpc", features = ["serde1", "tokio1"] }
tarpc = { version = "0.18", path = "../tarpc" }
tokio = "0.2.0-alpha.1"
env_logger = "0.6"