mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-20 18:21:37 +01:00
Use single-threaded Tokio runtime (#360)
This commit is contained in:
@@ -17,7 +17,7 @@ description = "An RPC framework for Rust with a focus on ease of use."
|
||||
default = []
|
||||
|
||||
serde1 = ["tarpc-plugins/serde1", "serde", "serde/derive"]
|
||||
tokio1 = ["tokio/rt-multi-thread"]
|
||||
tokio1 = ["tokio/rt"]
|
||||
serde-transport = ["serde1", "tokio1", "tokio-serde", "tokio-util/codec"]
|
||||
serde-transport-json = ["tokio-serde/json"]
|
||||
serde-transport-bincode = ["tokio-serde/bincode"]
|
||||
|
||||
Reference in New Issue
Block a user