pub fn crates_file_in(cargo_dir: &Path) -> PathBuf
Expand description

Follow install.root in the config or config.toml file in the cargo directory specified.

§Examples

let cargo_dir = crates_file_in(&cargo_dir);