Function cargo::ops::cargo_new::init_vcs

source ·
fn init_vcs(
    path: &Path,
    vcs: VersionControl,
    config: &Config
) -> CargoResult<()>
Expand description

Initializes the correct VCS system based on the provided config.