You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
--- ctrlc-3.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ ctrlc-3.4.0/Cargo.toml 2023-06-04T15:47:45.252656+00:00
|
|
|
|
@@ -55,20 +55,3 @@
|
|
|
|
]
|
|
|
|
default-features = false
|
|
|
|
|
|
|
|
-[target."cfg(windows)".dependencies.windows-sys]
|
|
|
|
-version = "0.48"
|
|
|
|
-features = [
|
|
|
|
- "Win32_Foundation",
|
|
|
|
- "Win32_System_Threading",
|
|
|
|
- "Win32_Security",
|
|
|
|
- "Win32_System_Console",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[target."cfg(windows)".dev-dependencies.windows-sys]
|
|
|
|
-version = "0.48"
|
|
|
|
-features = [
|
|
|
|
- "Win32_Storage_FileSystem",
|
|
|
|
- "Win32_Foundation",
|
|
|
|
- "Win32_System_IO",
|
|
|
|
- "Win32_System_Console",
|
|
|
|
-]
|