From 85a140f9cb3e3f8fef9b0d7008349843a84cf8ac Mon Sep 17 00:00:00 2001 From: PMK744 Date: Sun, 11 Aug 2024 23:04:15 -0500 Subject: [PATCH] support rlib --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 918d314..f9a6c83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" [lib] -crate-type = ["cdylib"] +crate-type = ["cdylib", "rlib"] [dependencies] # Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix