only depend on windows deps on windows

This commit is contained in:
Patrick Barrett 2016-06-13 22:09:13 -05:00
parent 29d4ea950b
commit 7fc4ba589e

View File

@ -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"