mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00

This will become moot once we have a lockfile, because we'll be able to check whether the last rev we used is still available and skip fetching.
Cargo downloads your Rust project’s dependencies and compiles your project.
Learn more at http://crates.io/.
Compiling cargo
You'll want to clone cargo using --recursive on git, to clone in it's submodule dependencies.
$ git clone --recursive https://github.com/carlhuda/cargo
or
$ git submodule init
$ git submodule update
Then it's as simple as make
and you're ready to go.
Description
Languages
Rust
95.4%
Roff
4.2%
JavaScript
0.2%
Shell
0.1%