Find a file
Alex Crichton de5b7136cd Switch the process builder to starting from ToCStr
This is the same as the libstd Command builder, and will soon be used in the
tests for spawning processes on windows.
2014-06-25 11:12:56 -07:00
DESIGN WIP 2014-04-11 17:39:18 -07:00
libs Update libs/toml-rs 2014-06-25 13:10:21 -04:00
src Switch the process builder to starting from ToCStr 2014-06-25 11:12:56 -07:00
tests Fix rm_rf on windows 2014-06-25 11:12:56 -07:00
.gitignore Clean up cargo-compile 2014-05-07 15:49:01 -07:00
.gitmodules Move from rust-toml to toml-rs 2014-06-23 11:38:53 -07:00
.travis.check.style.sh Update to rust style guidelines 2014-06-19 17:02:21 -07:00
.travis.install.deps.sh Get travis working on OSX 2014-06-19 15:49:40 -07:00
.travis.yml Correct installation to follow standards 2014-06-24 11:10:27 -07:00
.vimrc Add vimrc settings 2014-04-29 11:43:18 -07:00
LICENSE-APACHE Add the standard Rust Apache/MIT license 2014-06-24 12:26:13 -07:00
LICENSE-MIT Add the standard Rust Apache/MIT license 2014-06-24 12:26:13 -07:00
Makefile Fix the toml-rs build location 2014-06-25 11:09:39 -07:00
MANIFEST.md Add support for detailed manifest dependencies 2014-06-09 17:51:53 -07:00
README.md Update README.md 2014-06-24 13:37:28 -07: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 it's 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.