Skip to content

Commit

Permalink
Add the required Windows-only dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay authored and Thomas Bracht Laumann Jespersen committed Nov 26, 2017
1 parent 6932106 commit f52e797
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ rustc-serialize = "0.3"
libc = "0.2"
tempdir = { version = "0.3", optional = true }

[target."cfg(windows)".dependencies]
miow = "0.2"
winapi = "0.2"

[features]
tmp = ["tempdir"]

0 comments on commit f52e797

Please sign in to comment.