fmt: tombi
This commit is contained in:
+6
-3
@@ -21,16 +21,19 @@ libc = "0.2"
|
|||||||
rlimit = "0.11"
|
rlimit = "0.11"
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
windows-sys = { version = "0.61", features = [
|
windows-sys = {
|
||||||
|
version = "0.61",
|
||||||
|
features = [
|
||||||
"Win32_Foundation",
|
"Win32_Foundation",
|
||||||
"Win32_Security",
|
"Win32_Security",
|
||||||
"Win32_Storage_FileSystem",
|
"Win32_Storage_FileSystem",
|
||||||
"Win32_System_Console",
|
"Win32_System_Console",
|
||||||
] }
|
]
|
||||||
|
}
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
debug = false
|
debug = false
|
||||||
strip = true
|
strip = true
|
||||||
lto = false
|
lto = true
|
||||||
panic = "unwind"
|
panic = "unwind"
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user