blob: fb2128e9467771b1302914725c3423d341cda7c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/rust/Cargo.toml.in
+++ b/rust/Cargo.toml.in
@@ -4,7 +4,7 @@
edition = "2018"
[lib]
-crate-type = ["staticlib", "rlib"]
+crate-type = ["staticlib", "rlib", "cdylib"]
path = "@e_rustdir@/src/lib.rs"
[profile.release]
|