mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-02-23 15:49:54 +01:00
tarpc: enable tokio's time feature (#325)
This commit is contained in:
@@ -36,7 +36,7 @@ rand = "0.7"
|
||||
serde = { optional = true, version = "1.0", features = ["derive"] }
|
||||
static_assertions = "1.1.0"
|
||||
tarpc-plugins = { path = "../plugins", version = "0.8" }
|
||||
tokio = { version = "0.3" }
|
||||
tokio = { version = "0.3", features = ["time"] }
|
||||
tokio-util = { optional = true, version = "0.4" }
|
||||
tokio-serde = { optional = true, version = "0.6" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user