Now that we have Cargo.lock, we should take the opportunity to encourage good habits with regards to it and source control.
Basically, what I'm imagining is that cargo new, when making a binary, should not add Cargo.lock to the ignore. And when making a library, should add it to the gitignore.
What'cha think?