cargo new
with workspace
: exclude/include
#13198
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
Problem
Currently when we run
cargo new
command inside a workspace, it gives following warnings,Additionally, while running
cargo run new_crate
it gives following errors(but no issue with cargo run --bin new_crate)Proposed Solution
cargo new -we
andcargo new -wi
cargo new --workspace exclude
andcargo new --workspace include
cargo workspace
command, we can add more subcommands I think.Notes
No response
The text was updated successfully, but these errors were encountered: