pub fn detect_stack_with_workspace(
workspace: &dyn Workspace,
root: &Path,
) -> Result<ProjectStack>Expand description
Detect project stack using workspace abstraction.
This is the testable version of detect_stack that uses workspace
for all filesystem operations.