File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
src/tools/run-make-support Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,24 @@ version = "0.0.0"
4
4
edition = " 2024"
5
5
6
6
[dependencies ]
7
+
8
+ # These dependencies are either used to implement part of support library
9
+ # functionality, or re-exported to test recipe programs via the support library,
10
+ # or both.
11
+
12
+ # tidy-alphabetical-start
7
13
bstr = " 1.12"
14
+ gimli = " 0.32"
15
+ libc = " 0.2"
8
16
object = " 0.37"
17
+ regex = " 1.11"
18
+ serde_json = " 1.0"
9
19
similar = " 2.7"
10
20
wasmparser = { version = " 0.219" , default-features = false , features = [" std" ] }
11
- regex = " 1.11"
12
- gimli = " 0.32"
21
+ # tidy-alphabetical-end
22
+
23
+ # Shared with bootstrap and compiletest
13
24
build_helper = { path = " ../../build_helper" }
14
- serde_json = " 1.0"
15
- libc = " 0.2"
16
25
17
26
[lib ]
18
27
crate-type = [" lib" , " dylib" ]
You can’t perform that action at this time.
0 commit comments