i like to have the "version" field of crates without a stable release set to "0.0.0", partially because that's the convention in go, but also because it allows me to choose between releasing 0.1.0 and 0.0.1, depending on how stable the project is. it also makes any possible --version flag show the actually correct version.
is there any way to change the initial version of new crates? or to edit the template used by "cargo new"?