@@ -10,32 +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" }
19- rustc_allocator = { path = " ../librustc_allocator" }
2017rustc_target = { path = " ../librustc_target" }
2118rustc_ast_borrowck = { path = " ../librustc_ast_borrowck" }
2219rustc_data_structures = { path = " ../librustc_data_structures" }
2320errors = { path = " ../librustc_errors" , package = " rustc_errors" }
24- rustc_incremental = { path = " ../librustc_incremental" }
25- rustc_lint = { path = " ../librustc_lint" }
2621rustc_metadata = { path = " ../librustc_metadata" }
2722rustc_mir = { path = " ../librustc_mir" }
28- rustc_passes = { path = " ../librustc_passes" }
29- rustc_plugin = { path = " ../librustc_plugin" }
30- rustc_privacy = { path = " ../librustc_privacy" }
31- rustc_resolve = { path = " ../librustc_resolve" }
3223rustc_save_analysis = { path = " ../librustc_save_analysis" }
33- rustc_traits = { path = " ../librustc_traits" }
3424rustc_codegen_utils = { path = " ../librustc_codegen_utils" }
35- rustc_typeck = { path = " ../librustc_typeck" }
3625rustc_interface = { path = " ../librustc_interface" }
3726serialize = { path = " ../libserialize" }
3827syntax = { path = " ../libsyntax" }
39- smallvec = { version = " 0.6.7" , features = [" union" , " may_dangle" ] }
40- syntax_ext = { path = " ../libsyntax_ext" }
4128syntax_pos = { path = " ../libsyntax_pos" }
0 commit comments