Description: avoid windows-only crate dependencies
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-09-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,8 +34,6 @@
 
 [target.'cfg(unix)'.dependencies]
 libc = "0.2"
-[target.'cfg(windows)'.dependencies]
-windows-sys = { version = "0.42", features = ["Win32_Foundation"] }
 
 [dev-dependencies]
 clap = { version = "4.3.0", features = ["derive"] }
