pub fn find_manifest(
start: impl AsRef<Path>,
) -> Result<ManifestPath, CargoManifestError>Expand description
Finds the nearest Cargo.toml relative to a starting path.
pub fn find_manifest(
start: impl AsRef<Path>,
) -> Result<ManifestPath, CargoManifestError>Finds the nearest Cargo.toml relative to a starting path.