Open
Description
Problem
When making a new cargo package, I rarely set the author to anything other than myself. I don't want to have to write out my full name and email whenever I make a new package.
Proposed Solution
Inside the cargo configuration file, there should be an option to set default authors which should be set when running cargo new
or cargo init
.
Notes
No response