Skip to content

Commit a1716e7

Browse files
fix: Add static lib crate type
1 parent ed0908a commit a1716e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include = [
2323

2424
[lib]
2525
name = "pdf_inspector"
26-
crate-type = ["lib", "cdylib"]
26+
crate-type = ["lib", "cdylib", "staticlib"]
2727

2828
[dependencies]
2929
# Python bindings

0 commit comments

Comments
 (0)