pub fn get_manifest_from_path(path: &Path) -> CargoResult<LocalManifest>
Expand description
Load Cargo.toml in a local path
This will fail, when Cargo.toml is not present in the root of the path.
pub fn get_manifest_from_path(path: &Path) -> CargoResult<LocalManifest>
Load Cargo.toml in a local path
This will fail, when Cargo.toml is not present in the root of the path.