diff --git a/napi/parser/Cargo.toml b/napi/parser/Cargo.toml index 85eb054696df3..7ea1e3154d9d1 100644 --- a/napi/parser/Cargo.toml +++ b/napi/parser/Cargo.toml @@ -16,7 +16,7 @@ description.workspace = true workspace = true [lib] -crate-type = ["cdylib"] +crate-type = ["cdylib", "lib"] test = false doctest = false