Comment on Carefully but Purposefully Oxidising UbuntuparentComments−Cyph0n1yYou can start a project just fine? Cargo does not require a connection to function - you only need one when it’s time to pull in external dependencies.And if you really dislike Cargo, nothing is stopping you from using rustc + make directly.
Comments
You can start a project just fine? Cargo does not require a connection to function - you only need one when it’s time to pull in external dependencies.
And if you really dislike Cargo, nothing is stopping you from using rustc + make directly.