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:
authorAndrew Gallant <jamslam@gmail.com>2019-06-06 02:01:37 +0300
committerAndrew Gallant <jamslam@gmail.com>2020-01-28 04:27:58 +0300
commit1d7293a5a1ef548ce587a0b08abce5f21571a100 (patch)
tree891328e6665280fbfbbd15351b829c04a237b054 /Cargo.toml
parente4bd92f6a791f35593185539d91f9516161ab5ac (diff)
progressag/sys
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"