Skip to content

Commit 9190879

Browse files
committed
fix(napi): add lib crate-type
1 parent 43f7de3 commit 9190879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

napi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version.workspace = true
1515
description.workspace = true
1616

1717
[lib]
18-
crate-type = ["cdylib"]
18+
crate-type = ["cdylib", "lib"]
1919
test = false
2020
doctest = false
2121

0 commit comments

Comments
 (0)