pub fn get_workspace_packages(
manifest_path: Option<&Path>,
) -> Result<Vec<Package>>Expand description
Get all workspace packages.
Returns all packages in the workspace (supports both single-package projects and workspace projects with packages in crates/ or elsewhere).