From e88c993a0e8344eabac78ea3b1608078f9b61a58 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 5 Mar 2021 13:58:01 +0100 Subject: Enable tokio feature "time" We need the "time" feature in tokio, because we want to implement pinging with a wait time between the pings. Signed-off-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ca07fe..b449064 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ shiplift = "0.7" syntect = "4.4" tar = "0.4" terminal_size = "0.1" -tokio = { version = "1.0", features = ["macros", "fs", "process", "io-util"] } +tokio = { version = "1.0", features = ["macros", "fs", "process", "io-util", "time"] } tokio-stream = "0.1" typed-builder = "0.9" unindent = "0.1" -- cgit v1.2.3