File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ The community is already taking advantage of `cargo install` to
21
21
install applications like
22
22
[ rustfmt] ( https://github.com/rust-lang-nursery/rustfmt ) , the
23
23
work-in-progress code formatting tool for Rust. Moreover, ` cargo install `
24
- can also be used to install new subcommands for Cargo itself. Many of
25
- these are collected in the
26
- [ Cargo extras] ( https://github.com/kbknapp/cargo-extras ) package:
24
+ can also be used to install new subcommands for Cargo itself:
27
25
28
- * ` cargo check ` : statically check a project, but don't build a binary.
29
- * ` cargo edit ` : add or remove dependencies for a project through the command line.
30
- * ` cargo graph ` : build dependency graphs for a project using GraphViz.
31
- * ` cargo watch ` : automatically re-run a Cargo command when the project changes.
26
+ * ` cargo-check ` : statically check a project, but don't build a binary.
27
+ * ` cargo-edit ` : add or remove dependencies for a project through the command line.
28
+ * ` cargo-graph ` : build dependency graphs for a project using GraphViz.
29
+ * ` cargo-watch ` : automatically re-run a Cargo command when the project changes.
30
+
31
+ (You can find more with a [ crates.io search] ( https://crates.io/search?q=subcommand ) .)
32
32
33
33
In addition to these tooling changes, Rust 1.5 sees a large number of
34
34
library API stabilizations, especially around the interaction of paths
You can’t perform that action at this time.
0 commit comments