codex: enable tokio test macros in capabilities

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Ahmed Ibrahim
2026-03-20 18:27:22 +00:00
parent a541fa7346
commit 51904eabe4

View File

@@ -30,7 +30,7 @@ serde_json = { workspace = true }
serde_yaml = { workspace = true }
tempfile = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "sync", "time"] }
tokio = { workspace = true, features = ["fs", "macros", "rt-multi-thread", "sync", "time"] }
toml = { workspace = true }
tracing = { workspace = true, features = ["log"] }
url = { workspace = true }