Function cargo_update::ops::resolve_crates_file[][src]

pub fn resolve_crates_file(crates_file: PathBuf) -> PathBuf
Expand description

Follow install.root in the config file parallel to the specified crates file up to the final one.

Examples

let crates_file = resolve_crates_file(crates_file);