Open
Description
Hey guys,
I've created a ~/.cargo/config
file in which I've set the configs I needed; however, even if I put vcs = "git"
there, when I create a library with cargo new mylibrary
it doesn't create the repo as well - unless I explicitly pass the argument --vcs git
.
From what I saw in other issues open here, and from conversation elsewhere, it might be related to the fact that my home directory is also a repository (which I use to selectively version some files).
Any clues?
Thanks!
P.S.: I'm just starting to learn Rust, and so far I'm loving it! Great job everyone! :-)