Suggestion -> A cargo command for workspace management.
For eg.
# Make new workspace
cargo workspace new/init
# Add crate to workspace
cargo workspace add crate_name
# Optionally pass `--lib` for library crates
There have been multiple individual suggestions for commands to manage workspaces, I intended to unify workspace management with this suggestion to Cargo.
I'd be glad to contribute to Cargo regarding this if the suggestion is accepted nicely in the community =)
cargo-workspaces seems pretty nifty, but workspace functionality added in the official cargo CLI might be better since workspaces are handled by cargo, not also by another tool.