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>2016-10-29 19:27:46 +0300
committerGitHub <noreply@github.com>2016-10-29 19:27:46 +0300
commit47271fba420e152d59321672fda4fd68795ce5ca (patch)
tree796f50e9ea88d1818b532eea271546f21674860d /Cargo.toml
parent790b7a5fe2c5f67e6f3894ef19ca280940f04de5 (diff)
parent7fc4ba589e17fc89ba1c4b26a1c6adc471476286 (diff)
Merge pull request #7 from azdle/master
only depend on windows deps on windows
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index da31e3e..ae172af 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ readme = "README.md"
keywords = ["directory", "recursive", "walk", "iterator"]
license = "Unlicense/MIT"
-[dependencies]
+[target.'cfg(windows)'.dependencies]
kernel32-sys = "0.2"
winapi = "0.2"