]> git.proxmox.com Git - rustc.git/blame - src/doc/edition-guide/src/rust-2018/cargo-and-crates-io/index.md
New upstream version 1.53.0+dfsg1
[rustc.git] / src / doc / edition-guide / src / rust-2018 / cargo-and-crates-io / index.md
CommitLineData
450edc1f
XL
1# Cargo and crates.io
2
532ac7d7 3[check]: cargo-check-for-faster-checking.md
dc9dc135 4[cratesio]: https://crates.io
450edc1f 5
dc9dc135 6In this chapter of the guide, we discuss a few improvements to `cargo` and [crates.io][cratesio].
450edc1f 7A notable addition here is the new [`cargo check`][check] command.