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

email

open var email: 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 email(value: String?): Unit