Hacker News new | ask | show | jobs
by Cyph0n 451 days ago
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.