1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -105,18 +105 @@ version = "0.2.0"
version = "0.3.10"
-
-[target."cfg(windows)".dependencies.miow]
-version = "0.6.0"
-
-[target."cfg(windows)".dependencies.piper]
-version = "0.2.1"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59.0"
-features = [
- "Win32_System_Console",
- "Win32_Foundation",
- "Win32_Security",
- "Win32_System_LibraryLoader",
- "Win32_System_Threading",
- "Win32_System_WindowsProgramming",
-]
|