We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2ad34 commit af3b936Copy full SHA for af3b936
crates/venvlauncher/Cargo.toml
@@ -8,23 +8,11 @@ rust-version.workspace = true
8
repository.workspace = true
9
license.workspace = true
10
11
-[[bin]]
12
-name = "venvlauncher"
13
-path = "src/main.rs"
14
-
15
16
-name = "venvwlauncher"
17
18
19
# Free-threaded variants (RustPython uses Py_GIL_DISABLED=true)
20
[[bin]]
21
name = "venvlaunchert"
22
path = "src/main.rs"
23
24
25
-name = "venvwlaunchert"
26
27
28
[target.'cfg(windows)'.dependencies]
29
windows-sys = { workspace = true, features = [
30
"Win32_Foundation",
0 commit comments