pub fn find_project_manifest_exact(
pwd: &Path,
file: &str,
) -> CargoResult<PathBuf>Expand description
Returns the path to the file in pwd, if it exists.
pub fn find_project_manifest_exact(
pwd: &Path,
file: &str,
) -> CargoResult<PathBuf>Returns the path to the file in pwd, if it exists.