Function cargo_edit_9::get_manifest_from_path
source · 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.