From b8a7dc169cbf4b8b78d733719d3a74e1157603ae Mon Sep 17 00:00:00 2001 From: DecDuck Date: Sat, 13 Dec 2025 15:16:40 +1100 Subject: [PATCH] fix: add rlib --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d0f5bcb..da40ad1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "AGPL-3.0-only" description = "Droplet is a `napi.rs` Rust/Node.js package full of high-performance and low-level utils for Drop" [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