Skip to content

Commit

Permalink
Add time feature to client
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jul 14, 2024
1 parent 2264793 commit 16a2bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chia-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 16a2bc7

Please sign in to comment.