@@ -10,30 +10,19 @@ path = "lib.rs"
1010crate-type = [" dylib" ]
1111
1212[dependencies ]
13- arena = { path = " ../libarena" }
1413graphviz = { path = " ../libgraphviz" }
1514log = " 0.4"
1615env_logger = { version = " 0.5" , default-features = false }
17- rayon = { version = " 0.2.0" , package = " rustc-rayon" }
1816rustc = { path = " ../librustc" }
1917rustc_target = { path = " ../librustc_target" }
2018rustc_ast_borrowck = { path = " ../librustc_ast_borrowck" }
2119rustc_data_structures = { path = " ../librustc_data_structures" }
2220errors = { path = " ../librustc_errors" , package = " rustc_errors" }
23- rustc_incremental = { path = " ../librustc_incremental" }
24- rustc_lint = { path = " ../librustc_lint" }
2521rustc_metadata = { path = " ../librustc_metadata" }
2622rustc_mir = { path = " ../librustc_mir" }
27- rustc_passes = { path = " ../librustc_passes" }
28- rustc_plugin = { path = " ../librustc_plugin" }
29- rustc_privacy = { path = " ../librustc_privacy" }
30- rustc_resolve = { path = " ../librustc_resolve" }
3123rustc_save_analysis = { path = " ../librustc_save_analysis" }
32- rustc_traits = { path = " ../librustc_traits" }
3324rustc_codegen_utils = { path = " ../librustc_codegen_utils" }
34- rustc_typeck = { path = " ../librustc_typeck" }
3525rustc_interface = { path = " ../librustc_interface" }
3626rustc_serialize = { path = " ../libserialize" , package = " serialize" }
3727syntax = { path = " ../libsyntax" }
38- smallvec = { version = " 0.6.7" , features = [" union" , " may_dangle" ] }
3928syntax_pos = { path = " ../libsyntax_pos" }
0 commit comments