cargo 0.65.0

Cargo, a package manager for Rust.
Documentation
1
2
3
4
5
{{#option "`--keep-going`"}}
Build as many crates in the dependency graph as possible, rather than aborting
the build on the first one that fails to build. Unstable, requires
`-Zunstable-options`.
{{/option}}