Philippe Normand 2020-03-05 13:10:52 +00:00
parent 9e665ae807
commit 90b9499909

View file

@ -27,6 +27,8 @@ lazy_static = "1.0"
either = "1.0"
rand = "0.7"
net2 = "0.2"
# Pin quote to 1.0.2 until https://github.com/rust-lang-nursery/failure/issues/342 is fixed.
quote = "=1.0.2"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winsock2", "processthreadsapi"] }