pub fn locate_project_from(
locator: &ProjectLocator,
) -> Result<CargoProject, ArchUnitError>Expand description
Locates the Cargo project selected by an explicit or automatic locator.
The nearest ancestor manifest is passed to cargo metadata --no-deps; this means a locator
inside a workspace member still resolves to the containing virtual or package workspace.