rustic / com.osm.gradle.plugins.types.config.options.config / CargoNew / vcs

vcs

open var 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.

open fun vcs(value: String?): Unit