Not using async traits anymore

This commit is contained in:
Channing Conger
2026-05-22 20:55:54 -07:00
parent 9dcc4130cf
commit f3509cc0b9
2 changed files with 0 additions and 4 deletions

View File

@@ -16,8 +16,6 @@ sandbox = ["v8/v8_enable_sandbox"]
workspace = true
[dependencies]
async-channel = { workspace = true }
async-trait = { workspace = true }
codex-protocol = { workspace = true }
deno_core_icudata = { workspace = true }
serde = { workspace = true, features = ["derive"] }