The output from cargo package --list
is not good for workspaces
#13953
Labels
A-workspaces
Area: workspaces
C-bug
Category: bug
Command-package
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Problem
This issue was discovered when working on #13947, but the problem is also on
master
.When run in a workspace root directory,
cargo package --list
outputs something like this:It doesn't indicate that half the files are from one crate, and the other half from another crate.
The question is how to improve this in a way that is backward compatible. It is likely that the current output is used by CI/CD scripts, and should ideally stay as it is when packaging single crates.
Steps
No response
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: