mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Add appropriate documentation
This commit is contained in:
parent
0d2e8a5619
commit
b9420f87cf
@ -84,6 +84,7 @@ Each new feature described below should explain how to use it.
|
||||
* [build-std](#build-std) --- Builds the standard library instead of using pre-built binaries.
|
||||
* [build-std-features](#build-std-features) --- Sets features to use with the standard library.
|
||||
* [binary-dep-depinfo](#binary-dep-depinfo) --- Causes the dep-info file to track binary dependencies.
|
||||
* [checksum-freshness](#checksum-freshness) --- When passed, the decision as to whether a crate needs to be rebuilt is made using file checksums instead of the file mtime.
|
||||
* [panic-abort-tests](#panic-abort-tests) --- Allows running tests with the "abort" panic strategy.
|
||||
* [host-config](#host-config) --- Allows setting `[target]`-like configuration settings for host build targets.
|
||||
* [target-applies-to-host](#target-applies-to-host) --- Alters whether certain flags will be passed to host build targets.
|
||||
|
Loading…
x
Reference in New Issue
Block a user