We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01bde7b commit e4726c2Copy full SHA for e4726c2
templates/_base_/src-tauri/Cargo.toml.lte
@@ -9,7 +9,7 @@ edition = "2021"
9
10
{% if rc %}[lib]
11
name = "{% lib_name %}"
12
-crate-type = ["lib", "cdylib", "staticlib"]
+crate-type = ["staticlib", "cdylib", "rlib"]
13
14
{% endif %}{% if stable %}[build-dependencies]
15
tauri-build = { version = "1", features = [] }
0 commit comments