pub fn is_project_workspace() -> boolExpand description
Returns true if the workspace root looks like a real project.
A bare .git alone (e.g. accidental git init in the home folder) doesn’t
count — at least one explicit build/package marker must also be present.