We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo build-man
1 parent f6262a4 commit 485a1b1Copy full SHA for 485a1b1
src/doc/src/commands/cargo-metadata.md
@@ -312,9 +312,9 @@ The JSON output has the following format:
312
]
313
}
314
],
315
- /* The package in the current working directory (if --manifest-path is not given).
316
- This is null if there is a virtual workspace. Otherwise it is
317
- the Package ID of the package.
+ /* The root package of the workspace.
+ This is null if this is a virtual workspace. Otherwise it is
+ the Package ID of the root package.
318
*/
319
"root": "file:///path/to/my-package#0.1.0",
320
},
0 commit comments