diff --git a/crates/oxc_linter/Cargo.toml b/crates/oxc_linter/Cargo.toml index 484cb3c632524..99b326eb35f0d 100644 --- a/crates/oxc_linter/Cargo.toml +++ b/crates/oxc_linter/Cargo.toml @@ -72,7 +72,7 @@ serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } simdutf8 = { workspace = true } smallvec = { workspace = true } -tokio = { workspace = true } +tokio = { workspace = true, optional = true } [dev-dependencies] insta = { workspace = true }