Skip to main content

install_deps

Function install_deps 

Source
pub fn install_deps(
    opts: &DepsOpts,
    runner: &dyn Runner,
) -> Result<DepsReport, DepsError>
Expand description

Install dependency groups according to the options.

Groups should already be filtered by platform before calling this function.