Skip to content

Commit b28601d

Browse files
Updated docs.
1 parent 8c96a28 commit b28601d

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

src/doc/man/cargo-metadata.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,12 @@ The output has the following format:
212212
"workspace_members": [
213213
"my-package 0.1.0 (path+file:///path/to/my-package)",
214214
],
215+
/* Array of default members of the workspace.
216+
Each entry is the Package ID for the package.
217+
*/
218+
"workspace_default_members": [
219+
"my-package 0.1.0 (path+file:///path/to/my-package)",
220+
],
215221
// The resolved dependency graph for the entire workspace. The enabled
216222
// features are based on the enabled features for the "current" package.
217223
// Inactivated optional dependencies are not listed.

src/doc/man/generated_txt/cargo-metadata.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,12 @@ OUTPUT FORMAT
207207
"workspace_members": [
208208
"my-package 0.1.0 (path+file:///path/to/my-package)",
209209
],
210+
/* Array of default members of the workspace.
211+
Each entry is the Package ID for the package.
212+
*/
213+
"workspace_default_members": [
214+
"my-package 0.1.0 (path+file:///path/to/my-package)",
215+
],
210216
// The resolved dependency graph for the entire workspace. The enabled
211217
// features are based on the enabled features for the "current" package.
212218
// Inactivated optional dependencies are not listed.

src/doc/src/commands/cargo-metadata.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,12 @@ The output has the following format:
212212
"workspace_members": [
213213
"my-package 0.1.0 (path+file:///path/to/my-package)",
214214
],
215+
/* Array of default members of the workspace.
216+
Each entry is the Package ID for the package.
217+
*/
218+
"workspace_default_members": [
219+
"my-package 0.1.0 (path+file:///path/to/my-package)",
220+
],
215221
// The resolved dependency graph for the entire workspace. The enabled
216222
// features are based on the enabled features for the "current" package.
217223
// Inactivated optional dependencies are not listed.

src/etc/man/cargo-metadata.1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,12 @@ The output has the following format:
209209
"workspace_members": [
210210
"my\-package 0.1.0 (path+file:///path/to/my\-package)",
211211
],
212+
/* Array of default members of the workspace.
213+
Each entry is the Package ID for the package.
214+
*/
215+
"workspace_default_members": [
216+
"my\-package 0.1.0 (path+file:///path/to/my\-package)",
217+
],
212218
// The resolved dependency graph for the entire workspace. The enabled
213219
// features are based on the enabled features for the "current" package.
214220
// Inactivated optional dependencies are not listed.

0 commit comments

Comments
 (0)