rustic / com.osm.gradle.plugins.types.interfaces.options.config / ICargoNew / vcs

vcs

abstract val vcs: String?

By default cargo new will initialize a new Git repository. This key can be set to change the version control system used. Valid values are git, hg (for Mercurial), pijul, fossil, or none to disable this behavior.