pub fn get_env(
build_runner: &BuildRunner<'_, '_>,
dependencies: &[UnitDep],
) -> CargoResult<HashMap<String, OsString>>
Expand description
Return all environment variables for the given unit-dependencies if artifacts are present.
pub fn get_env(
build_runner: &BuildRunner<'_, '_>,
dependencies: &[UnitDep],
) -> CargoResult<HashMap<String, OsString>>
Return all environment variables for the given unit-dependencies if artifacts are present.