cargo 0.40.0

Cargo, a package manager for Rust.
Documentation
1
2
3
4
5
*--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` linkcargo:reference/config.html[config value]. Defaults
    to `target` in the root of the workspace.