diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8670c3f..83d40ff 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [lib] -crate-type = ["staticlib"] +crate-type = ["staticlib", "rlib"] name = "uniffi_automerge" [[bin]]