mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-06 19:45:25 +01:00
Reexport/tokio serde (#332)
Re-export tokio_serde when the serde-transport feature is enabled.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user