pub fn install_deps( opts: &DepsOpts, runner: &dyn Runner, ) -> Result<DepsReport, DepsError>
Install dependency groups according to the options.
Groups should already be filtered by platform before calling this function.