Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1b1f691..2f9d7da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,9 @@ cc = "1.0.36"
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"
-features = ["std", "impl-debug", "fileapi", "handleapi", "winnt"]
+features = [
+ "std", "impl-debug", "fileapi", "handleapi", "ioapiset", "winioctl", "winnt",
+]
[target.'cfg(windows)'.dependencies.winapi-util]
version = "0.1.1"