diff --git a/tokenizer/rust/Cargo.toml b/tokenizer/rust/Cargo.toml index 470b010..28df639 100644 --- a/tokenizer/rust/Cargo.toml +++ b/tokenizer/rust/Cargo.toml @@ -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"]