Option to set default authors for cargo new|init
#15027
Labels
A-manifest
Area: Cargo.toml issues
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-init
Command-new
S-triage
Status: This issue is waiting on initial triage.
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
orcargo init
.Notes
No response
The text was updated successfully, but these errors were encountered: