We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tokio
1 parent 8d710a2 commit 12e4ec7Copy full SHA for 12e4ec7
crates/oxc_linter/Cargo.toml
@@ -72,7 +72,7 @@ serde = { workspace = true, features = ["derive"] }
72
serde_json = { workspace = true }
73
simdutf8 = { workspace = true }
74
smallvec = { workspace = true }
75
-tokio = { workspace = true }
+tokio = { workspace = true, optional = true }
76
77
[dev-dependencies]
78
insta = { workspace = true }
0 commit comments