File tree 2 files changed +11
-11
lines changed
crates/project-model/test_data
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 20
20
"features" : [],
21
21
"target" : null ,
22
22
"registry" : null ,
23
- "path" : " / example_project/p2"
23
+ "path" : " $ROOT$ example_project/p2"
24
24
}
25
25
],
26
26
"targets" : [
32
32
" lib"
33
33
],
34
34
"name" : " p1" ,
35
- "src_path" : " / example_project/p1/src/lib.rs" ,
35
+ "src_path" : " $ROOT$ example_project/p1/src/lib.rs" ,
36
36
"edition" : " 2021" ,
37
37
"doc" : true ,
38
38
"doctest" : true ,
39
39
"test" : true
40
40
}
41
41
],
42
42
"features" : {},
43
- "manifest_path" : " / example_project/p1/Cargo.toml" ,
43
+ "manifest_path" : " $ROOT$ example_project/p1/Cargo.toml" ,
44
44
"metadata" : null ,
45
45
"publish" : null ,
46
46
"authors" : [],
73
73
" lib"
74
74
],
75
75
"name" : " p2" ,
76
- "src_path" : " / example_project/p2/src/lib.rs" ,
76
+ "src_path" : " $ROOT$ example_project/p2/src/lib.rs" ,
77
77
"edition" : " 2021" ,
78
78
"doc" : true ,
79
79
"doctest" : true ,
80
80
"test" : true
81
81
}
82
82
],
83
83
"features" : {},
84
- "manifest_path" : " / example_project/p2/Cargo.toml" ,
84
+ "manifest_path" : " $ROOT$ example_project/p2/Cargo.toml" ,
85
85
"metadata" : null ,
86
86
"publish" : null ,
87
87
"authors" : [],
133
133
],
134
134
"root" : " p1 0.1.0 (path+file:///example_project/p1)"
135
135
},
136
- "target_directory" : " / example_project/p1/target" ,
136
+ "target_directory" : " $ROOT$ example_project/p1/target" ,
137
137
"version" : 1 ,
138
- "workspace_root" : " / example_project/p1" ,
138
+ "workspace_root" : " $ROOT$ example_project/p1" ,
139
139
"metadata" : null
140
140
}
Original file line number Diff line number Diff line change 18
18
" lib"
19
19
],
20
20
"name" : " p2" ,
21
- "src_path" : " / example_project/p2/src/lib.rs" ,
21
+ "src_path" : " $ROOT$ example_project/p2/src/lib.rs" ,
22
22
"edition" : " 2021" ,
23
23
"doc" : true ,
24
24
"doctest" : true ,
25
25
"test" : true
26
26
}
27
27
],
28
28
"features" : {},
29
- "manifest_path" : " / example_project/p2/Cargo.toml" ,
29
+ "manifest_path" : " $ROOT$ example_project/p2/Cargo.toml" ,
30
30
"metadata" : null ,
31
31
"publish" : null ,
32
32
"authors" : [],
59
59
],
60
60
"root" : " p2 0.1.0 (path+file:///example_project/p2)"
61
61
},
62
- "target_directory" : " / example_project/p2/target" ,
62
+ "target_directory" : " $ROOT$ example_project/p2/target" ,
63
63
"version" : 1 ,
64
- "workspace_root" : " / example_project/p2" ,
64
+ "workspace_root" : " $ROOT$ example_project/p2" ,
65
65
"metadata" : null
66
66
}
You can’t perform that action at this time.
0 commit comments