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

name

open var name: String?

This is your name/email to place in the authors section of a new Cargo.toml that is generated. If not present, then git will be probed, and if that is not present then $USER and $EMAIL will be used.

open fun name(value: String?): Unit