Function home::cargo_home_with_cwd

source ·
pub fn cargo_home_with_cwd(cwd: &Path) -> Result<PathBuf>
Expand description

Returns the storage directory used by Cargo within cwd. For more details, see cargo_home.