Skip to content
Merged
2 changes: 2 additions & 0 deletions crates/buzz-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,5 @@ rand = { workspace = true }
tempfile = "3"
# Minimal HTTP test server for retry/policy integration tests
axum = { workspace = true }
# `test-util` enables paused-time control for deterministic timeout tests
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "test-util"] }
Loading
Loading