diff --git a/crates/oxc_allocator/Cargo.toml b/crates/oxc_allocator/Cargo.toml index 290f3af8c6344..44b7e57550d67 100644 --- a/crates/oxc_allocator/Cargo.toml +++ b/crates/oxc_allocator/Cargo.toml @@ -31,6 +31,7 @@ simdutf8 = { workspace = true } serde = { workspace = true, optional = true } [dev-dependencies] +oxc_estree = { workspace = true, features = ["serialize"] } serde = { workspace = true } serde_json = { workspace = true }