summaryrefslogtreecommitdiffstats
path: root/ignore/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ignore/Cargo.toml')
-rw-r--r--ignore/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ignore/Cargo.toml b/ignore/Cargo.toml
index b2c86778..89d8672c 100644
--- a/ignore/Cargo.toml
+++ b/ignore/Cargo.toml
@@ -28,6 +28,10 @@ same-file = "1"
thread_local = "0.3.2"
walkdir = "2"
+[target.'cfg(windows)'.dependencies.winapi]
+version = "0.3"
+features = ["std", "winnt"]
+
[dev-dependencies]
tempdir = "0.3.5"