cargo 0.49.0

Cargo, a package manager for Rust.
Documentation
1
2
3
4
5
6
{{#option "`--target-dir` _directory_"}}
Directory for all generated artifacts and intermediate files. May also be
specified with the `CARGO_TARGET_DIR` environment variable, or the
`build.target-dir` [config value](../reference/config.html). Defaults
to `target` in the root of the workspace.
{{/option}}