Function cargo::util::important_paths::find_project_manifest_exact
source ยท 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.