diff --git a/template/Cargo.toml b/template/Cargo.toml index 71d764c..ae07470 100644 --- a/template/Cargo.toml +++ b/template/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" edition = "2018" [lib] -crate-type = ["cdylib"] +crate-type = ["cdylib", "rlib"] [profile.release] # This makes the compiled code faster and smaller, but it makes compiling slower,