cargo 0.65.0

Cargo, a package manager for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{{#option "`--lib`" }}
{{actionverb}} the package's library.
{{/option}}

{{#option "`--bin` _name_..." }}
{{actionverb}} the specified binary. This flag may be specified multiple times
and supports common Unix glob patterns.
{{/option}}

{{#option "`--bins`" }}
{{actionverb}} all binary targets.
{{/option}}