File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -318,8 +318,10 @@ The JSON output has the following format:
318318 */
319319 " root" : " file:///path/to/my-package#0.1.0" ,
320320 },
321- /* The absolute path to the build directory where Cargo places its output. */
321+ /* The absolute path to the target directory where Cargo places its output. */
322322 " target_directory" : " /path/to/my-package/target" ,
323+ /* The absolute path to the build directory where Cargo places intermediate build artifacts. (unstable) */
324+ " build_directory" : " /path/to/my-package/build-dir" ,
323325 /* The version of the schema for this metadata structure.
324326 This will be changed if incompatible changes are ever made.
325327 */
Original file line number Diff line number Diff line change @@ -314,8 +314,10 @@ OUTPUT FORMAT
314314 */
315315 "root": "file:///path/to/my-package#0.1.0",
316316 },
317- /* The absolute path to the build directory where Cargo places its output. */
317+ /* The absolute path to the target directory where Cargo places its output. */
318318 "target_directory": "/path/to/my-package/target",
319+ /* The absolute path to the build directory where Cargo places intermediate build artifacts. (unstable) */
320+ "build_directory": "/path/to/my-package/build-dir",
319321 /* The version of the schema for this metadata structure.
320322 This will be changed if incompatible changes are ever made.
321323 */
Original file line number Diff line number Diff line change @@ -318,8 +318,10 @@ The JSON output has the following format:
318318 */
319319 " root" : " file:///path/to/my-package#0.1.0" ,
320320 },
321- /* The absolute path to the build directory where Cargo places its output. */
321+ /* The absolute path to the target directory where Cargo places its output. */
322322 " target_directory" : " /path/to/my-package/target" ,
323+ /* The absolute path to the build directory where Cargo places intermediate build artifacts. (unstable) */
324+ " build_directory" : " /path/to/my-package/build-dir" ,
323325 /* The version of the schema for this metadata structure.
324326 This will be changed if incompatible changes are ever made.
325327 */
Original file line number Diff line number Diff line change @@ -320,8 +320,10 @@ The JSON output has the following format:
320320 */
321321 "root": "file:///path/to/my\- package#0.1.0",
322322 },
323- /* The absolute path to the build directory where Cargo places its output. */
323+ /* The absolute path to the target directory where Cargo places its output. */
324324 "target_directory": "/path/to/my\- package/target",
325+ /* The absolute path to the build directory where Cargo places intermediate build artifacts. (unstable) */
326+ "build_directory": "/path/to/my\- package/build\- dir",
325327 /* The version of the schema for this metadata structure.
326328 This will be changed if incompatible changes are ever made.
327329 */
You can’t perform that action at this time.
0 commit comments