@@ -4,43 +4,46 @@ version = "0.0.0"
4
4
edition = " 2021"
5
5
6
6
[dependencies ]
7
+ # tidy-alphabetical-start
7
8
ar_archive_writer = " 0.1.5"
8
9
bitflags = " 1.2.1"
9
10
cc = " 1.0.69"
10
11
itertools = " 0.10.1"
11
- tracing = " 0.1"
12
12
jobserver = " 0.1.22"
13
- tempfile = " 3.2"
14
- thorin-dwp = " 0.7"
15
13
pathdiff = " 0.2.0"
16
- serde_json = " 1.0.59"
17
- smallvec = { version = " 1.8.1" , features = [" union" , " may_dangle" ] }
18
14
regex = " 1.4"
19
- thin-vec = " 0.2.12"
20
-
21
- rustc_serialize = { path = " ../rustc_serialize" }
22
15
rustc_arena = { path = " ../rustc_arena" }
23
16
rustc_ast = { path = " ../rustc_ast" }
24
- rustc_span = { path = " ../rustc_span" }
25
- rustc_middle = { path = " ../rustc_middle" }
26
- rustc_type_ir = { path = " ../rustc_type_ir" }
27
17
rustc_attr = { path = " ../rustc_attr" }
28
- rustc_fluent_macro = { path = " ../rustc_fluent_macro" }
29
- rustc_symbol_mangling = { path = " ../rustc_symbol_mangling" }
30
18
rustc_data_structures = { path = " ../rustc_data_structures" }
31
19
rustc_errors = { path = " ../rustc_errors" }
20
+ rustc_fluent_macro = { path = " ../rustc_fluent_macro" }
32
21
rustc_fs_util = { path = " ../rustc_fs_util" }
33
22
rustc_hir = { path = " ../rustc_hir" }
34
23
rustc_incremental = { path = " ../rustc_incremental" }
35
24
rustc_index = { path = " ../rustc_index" }
36
25
rustc_macros = { path = " ../rustc_macros" }
37
26
rustc_metadata = { path = " ../rustc_metadata" }
27
+ rustc_middle = { path = " ../rustc_middle" }
38
28
rustc_query_system = { path = " ../rustc_query_system" }
39
- rustc_target = { path = " ../rustc_target " }
29
+ rustc_serialize = { path = " ../rustc_serialize " }
40
30
rustc_session = { path = " ../rustc_session" }
31
+ rustc_span = { path = " ../rustc_span" }
32
+ rustc_symbol_mangling = { path = " ../rustc_symbol_mangling" }
33
+ rustc_target = { path = " ../rustc_target" }
34
+ rustc_type_ir = { path = " ../rustc_type_ir" }
35
+ serde_json = " 1.0.59"
36
+ smallvec = { version = " 1.8.1" , features = [" union" , " may_dangle" ] }
37
+ tempfile = " 3.2"
38
+ thin-vec = " 0.2.12"
39
+ thorin-dwp = " 0.7"
40
+ tracing = " 0.1"
41
+ # tidy-alphabetical-end
41
42
42
43
[target .'cfg(unix)' .dependencies ]
44
+ # tidy-alphabetical-start
43
45
libc = " 0.2.50"
46
+ # tidy-alphabetical-end
44
47
45
48
[dependencies .object ]
46
49
version = " 0.32.0"
0 commit comments