Skip to content

Commit ff39271

Browse files
authored
Add staticlib crate type to Cargo.toml
1 parent f28fe03 commit ff39271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/c/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "Apache-2.0"
66

77
[lib]
8-
crate-type = ["cdylib"]
8+
crate-type = ["cdylib", "staticlib"]
99
name = "tokenizers_c"
1010

1111
[dependencies]

0 commit comments

Comments
 (0)