@@ -10,33 +10,13 @@ path = "lib.rs"
1010doctest = false
1111
1212[dependencies ]
13- arena = { path = " ../libarena" }
14- bitflags = " 1.2.1"
15- fmt_macros = { path = " ../libfmt_macros" }
16- graphviz = { path = " ../libgraphviz" }
17- jobserver = " 0.1"
18- num_cpus = " 1.0"
19- scoped-tls = " 1.0"
20- log = { version = " 0.4" , features = [" release_max_level_info" , " std" ] }
21- rustc-rayon = " 0.3.0"
22- rustc-rayon-core = " 0.3.0"
23- polonius-engine = " 0.11.0"
24- rustc_apfloat = { path = " ../librustc_apfloat" }
25- rustc_feature = { path = " ../librustc_feature" }
2613rustc_target = { path = " ../librustc_target" }
2714rustc_macros = { path = " ../librustc_macros" }
2815rustc_data_structures = { path = " ../librustc_data_structures" }
2916rustc_index = { path = " ../librustc_index" }
3017rustc_span = { path = " ../librustc_span" }
31- errors = { path = " ../librustc_errors" , package = " rustc_errors " }
18+ rustc_errors = { path = " ../librustc_errors" }
3219rustc_serialize = { path = " ../libserialize" , package = " serialize" }
20+ rustc_session = { path = " ../librustc_session" }
3321syntax = { path = " ../libsyntax" }
34- backtrace = " 0.3.40"
35- parking_lot = " 0.9"
36- byteorder = { version = " 1.3" }
37- chalk-engine = { version = " 0.9.0" , default-features =false }
38- rustc_fs_util = { path = " ../librustc_fs_util" }
3922smallvec = { version = " 1.0" , features = [" union" , " may_dangle" ] }
40- measureme = " 0.5"
41- rustc_error_codes = { path = " ../librustc_error_codes" }
42- rustc_session = { path = " ../librustc_session" }
0 commit comments