diff --git a/regex-capi/Cargo.toml b/regex-capi/Cargo.toml index bb8a1517e..826da44a5 100644 --- a/regex-capi/Cargo.toml +++ b/regex-capi/Cargo.toml @@ -15,7 +15,7 @@ edition = "2018" [lib] name = "rure" -crate-type = ["staticlib", "cdylib"] +crate-type = ["staticlib", "cdylib", "rlib"] [dependencies] libc = "0.2"