X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_data_structures%2FCargo.toml;h=fb4f818c4b2492b003fc0811b96c3dcc86a35fc0;hb=cdbbc25cc31080e189a98c010a0b39a9074d0c50;hp=19db9834fd48e69921715c8aca5ef56c77155a07;hpb=ef3e360c4bb38de90ef7f39531e83a8978c05863;p=rust.git diff --git a/src/librustc_data_structures/Cargo.toml b/src/librustc_data_structures/Cargo.toml index 19db9834fd4..fb4f818c4b2 100644 --- a/src/librustc_data_structures/Cargo.toml +++ b/src/librustc_data_structures/Cargo.toml @@ -31,3 +31,6 @@ measureme = "0.7.1" [dependencies.parking_lot] version = "0.9" features = ["nightly"] + +[target.'cfg(windows)'.dependencies] +winapi = { version = "0.3", features = ["fileapi", "psapi"] }