1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

fix/df ~ missing windows imports

This commit is contained in:
Roy Ivy III 2020-05-03 14:34:02 -05:00
parent 091a356807
commit 81d85f398b

View file

@ -15,7 +15,7 @@ uucore = "0.0.1"
[target.'cfg(target_os = "windows")'.dependencies]
kernel32-sys = "0.2"
winapi = { version = "0.3", features = ["handleapi"] }
winapi = { version = "0.3", features = ["handleapi", "winerror"] }
[[bin]]
name = "df"