On 01-12-22, 09:29, Bartosz Golaszewski wrote: > OMG cargo cares about the VCS of the project it builds? Good to know I guess. By default it is git. You can specify --vcs option to Cargo init [1]. --vcs vcs Initialize a new VCS repository for the given version control system (git, hg, pijul, or fossil) or do not initialize any version control at all (none). If not specified, defaults to git or the configuration value cargo-new.vcs, or none if already inside a VCS repository. -- viresh [1] https://doc.rust-lang.org/cargo/commands/cargo-new.html