diff --git a/gazelle/Cargo.toml b/gazelle/Cargo.toml index 258d155..423d400 100644 --- a/gazelle/Cargo.toml +++ b/gazelle/Cargo.toml @@ -11,4 +11,4 @@ pyo3 = { version = "0.21.2", features = ["extension-module"] } [lib] path = "rust/lib.rs" -crate-type = ["cdylib"] +crate-type = ["cdylib", "rlib"]