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.
1 parent c52d4da commit f6262a4Copy full SHA for f6262a4
src/doc/src/commands/cargo-metadata.md
@@ -312,9 +312,9 @@ The JSON output has the following format:
312
]
313
}
314
],
315
- /* The root package of the workspace.
316
- This is null if this is a virtual workspace. Otherwise it is
317
- the Package ID of the root package.
+ /* The package in the current working directory (if --manifest-path is not given).
+ This is null if there is a virtual workspace. Otherwise it is
+ the Package ID of the package.
318
*/
319
"root": "file:///path/to/my-package#0.1.0",
320
},
0 commit comments