]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_incremental/Cargo.toml
New upstream version 1.23.0+dfsg1
[rustc.git] / src / librustc_incremental / Cargo.toml
index 7bf2efa4b885f8eef332581957e4a84f795f75c8..b40a1b7c0cb7d7daff9a2c440133a886122e118c 100644 (file)
@@ -10,9 +10,10 @@ crate-type = ["dylib"]
 
 [dependencies]
 graphviz = { path = "../libgraphviz" }
+log = "0.3"
+rand = "0.3"
 rustc = { path = "../librustc" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 serialize = { path = "../libserialize" }
-log = "0.3"
 syntax = { path = "../libsyntax" }
 syntax_pos = { path = "../libsyntax_pos" }