Skip to content

Commit

Permalink
chore: add support for ios staticlib
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 9, 2023
1 parent 12c961f commit 05427cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokenizer/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ tokenizers = { path = "../../vendors/tokenizers/tokenizers", version = "*", feat
openssl = { version = "0.10", features = ["vendored"] }

[lib]
crate_type = ["cdylib"]
crate-type = ["staticlib", "cdylib"]

0 comments on commit 05427cf

Please sign in to comment.