cargo run should discover executables in workspace packages #3713
Labels
A-workspaces
Area: workspaces
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-run
I recently left this comment on #3529 but unfortunately that issue was fixed and closed before my suggestion could be taken into account. I asked @alexcrichton and he said it would work for me to just create a new issue here.
Here's my original suggestion from that issue:
Basically, it would be great if cargo run could run binaries from any package within a workspace. That way you could be sitting at the workspace root and run executables that you would normally have to change directories to run.
@alexcrichton also mentioned that this might be neat for tests as well.
The text was updated successfully, but these errors were encountered: