bors ae1efeedf5 auto merge of #129 : riccieri/cargo/no_more_crate_id, r=alexcrichton
This solves warnings about the use of the deprecated `#![crate_id]` attribute, as well as the deprecated `--crate-file-name` command line option. See rust-lang/rust@c3ef04be55 for details.

Note that this won't compile on the current master without #128 (or equivalent). I can rebase after a fix lands
2014-07-07 13:18:13 +00:00
WIP
2014-04-11 17:39:18 -07:00
2014-07-03 12:42:18 -07:00
2014-07-03 12:42:18 -07:00
2014-05-07 15:49:01 -07:00
2014-06-23 11:38:53 -07:00
2014-06-26 20:25:30 -07:00
2014-04-29 11:43:18 -07:00
2014-07-02 08:54:46 -05:00

Cargo downloads your Rust projects 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 its submodule dependencies.

$ git clone --recursive https://github.com/rust-lang/cargo

or

$ git submodule init
$ git submodule update

Then it's as simple as make followed by make install and you're ready to go.

Contributing to the Docs

To contribute to the docs, please submit pull requests to wycats/cargo-website. All you need to do is change the markdown files in the source directory.

License

Cargo is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.

Description
The Rust package manager
Readme 97 MiB
Languages
Rust 95.4%
Roff 4.2%
JavaScript 0.2%
Shell 0.1%