Do not enable tokio-serde/json by default (#345)

This commit is contained in:
oblique
2021-03-27 03:22:44 +02:00
committed by GitHub
parent 90bc7f741d
commit c191ff5b2e
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ futures = "0.3"
serde = { version = "1.0" }
tarpc = { path = "../tarpc", features = ["full"] }
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread"] }
tokio-serde = { version = "0.8", features = ["json"] }
[lib]
name = "service"