mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-20 18:21:37 +01:00
Do not enable tokio-serde/json by default (#345)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user