From 16a2bc7b490aa3c74e3b7c364cf8462a021b9a6d Mon Sep 17 00:00:00 2001 From: Rigidity Date: Sun, 14 Jul 2024 19:27:52 -0400 Subject: [PATCH] Add time feature to client --- crates/chia-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/chia-client/Cargo.toml b/crates/chia-client/Cargo.toml index aed4bc764..99ef3f6f4 100644 --- a/crates/chia-client/Cargo.toml +++ b/crates/chia-client/Cargo.toml @@ -14,7 +14,7 @@ workspace = true [dependencies] chia-protocol = { workspace = true } chia-traits = { workspace = true } -tokio = { workspace = true, features = ["rt", "sync"] } +tokio = { workspace = true, features = ["rt", "sync", "time"] } tokio-tungstenite = { workspace = true, features = ["native-tls"] } futures-util = { workspace = true } tungstenite = { workspace = true }