diff --git a/src-rust/Cargo.toml b/src-rust/Cargo.toml index 42b52e9..7ef2b61 100644 --- a/src-rust/Cargo.toml +++ b/src-rust/Cargo.toml @@ -11,7 +11,7 @@ license = "GPL-3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] -crate-type = ["cdylib", "staticlib", "rlib"] +crate-type = ["cdylib", "staticlib"] [dependencies] memoffset = "0.9.0"