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 }