Reexport/tokio serde (#332)

Re-export tokio_serde when the serde-transport feature is enabled.
This commit is contained in:
Frederik-Baetens
2020-11-09 21:56:46 +01:00
committed by GitHub
parent 0bb2e2bbbe
commit 25aa857edf
5 changed files with 6 additions and 6 deletions

View File

@@ -19,8 +19,6 @@ futures = "0.3"
serde = { version = "1.0" }
tarpc = { version = "0.23", path = "../tarpc", features = ["full"] }
tokio = { version = "0.3", features = ["full"] }
tokio-serde = { version = "0.7.1", features = ["json"] }
tokio-util = { version = "0.5", features = ["codec"] }
[lib]
name = "service"