forked from facebook/dotslash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (29 loc) · 924 Bytes
/
Cargo.toml
File metadata and controls
35 lines (29 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# @generated by autocargo from //scm/dotslash/oss/windows_shim:dotslash_windows_shim
[package]
name = "dotslash_windows_shim"
version = "0.0.0"
edition = "2024"
homepage = "https://dotslash-cli.com"
repository = "https://github.com/facebook/dotslash"
license = "MIT OR Apache-2.0"
publish = false
[[bin]]
name = "dotslash_windows_shim"
path = "dotslash_windows_shim.rs"
test = false
[dependencies]
cfg-if = "1.0.1"
windows-sys = { version = "0.59.0", features = ["Win32_Foundation", "Win32_Globalization", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Environment", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Threading", "Win32_UI_Shell"] }
[features]
default = ["no_std"]
no_std = []
[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
[profile.dev]
opt-level = 1
lto = true
codegen-units = 1
panic = "abort"