cargo build-man

This commit is contained in:
Fluid 2025-02-13 23:48:02 +02:00
parent f6262a4eef
commit 485a1b198a

View File

@ -312,9 +312,9 @@ The JSON output has the following format:
]
}
],
/* 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.
/* 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.
*/
"root": "file:///path/to/my-package#0.1.0",
},