We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb0241 commit 7d5fbb2Copy full SHA for 7d5fbb2
library/Cargo.toml
@@ -8,6 +8,7 @@ members = [
8
exclude = [
9
# stdarch has its own Cargo workspace
10
"stdarch",
11
+ "windows_targets"
12
]
13
14
[profile.release.package.compiler_builtins]
library/windows_targets/Cargo.toml
@@ -8,3 +8,5 @@ edition = "2021"
# Enable using raw-dylib for Windows imports.
# This will eventually be the default.
windows_raw_dylib = []
+
+[workspace]
0 commit comments