Show the workspace root manifest path.
Section: Manifest and metadata checks
Locate the workspace root
bash
bash
cargo locate-project --workspaceExplanation
Useful when troubleshooting commands that behave differently in a workspace root versus a package directory.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Manifest and metadata checks
Run one package and one binary
Disambiguate package and binary target in a multi-package repo.
Clean one package target directory
Remove build artifacts for a package or target selection context.