]> git.proxmox.com Git - rustc.git/blame - src/doc/book/second-edition/src/ch14-00-more-about-cargo.md
New upstream version 1.21.0+dfsg1
[rustc.git] / src / doc / book / second-edition / src / ch14-00-more-about-cargo.md
CommitLineData
cc61c64b
XL
1# More about Cargo and Crates.io
2
3b2f2976
XL
3So far we’ve used only the most basic features of Cargo to build, run, and test
4our code, but it can do a lot more. Here we’ll go over some of its other, more
5advanced features to show you how to:
6
7* Customize your build through release profiles
8* Publish libraries on crates.io
9* Organize larger projects with workspaces
10* Install binaries from crates.io
11* Extend Cargo with your own custom commands
12
13Cargo can do even more than what we can cover in this chapter too, so for a
14full explanation, see [its documentation](http://doc.rust-lang.org/cargo/).
15
16<!--can you give a link to the documentation?-->
17<!-- done /Carol -->