tarpc: enable tokio's time feature (#325)

This commit is contained in:
Bernardo Meurer
2020-10-29 00:43:38 -07:00
committed by GitHub
parent dec3e491b5
commit e45abe953a

View File

@@ -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" }