From: Rob Tsuk Date: Tue, 13 Mar 2018 23:08:44 +0000 (-0700) Subject: Add documentation X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~2^2~45^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=80b94b3d9ee2ac4e33817a0624c9c77071b22de4;p=cargo.git Add documentation --- diff --git a/src/doc/src/reference/config.md b/src/doc/src/reference/config.md index b19c8923c..d72e9a75d 100644 --- a/src/doc/src/reference/config.md +++ b/src/doc/src/reference/config.md @@ -104,6 +104,7 @@ target = "triple" # build for the target triple target-dir = "target" # path of where to place all generated artifacts rustflags = ["..", ".."] # custom flags to pass to all compiler invocations incremental = true # whether or not to enable incremental compilation +dep-info-basedir = ".." # full path for the base directory for targets in depfiles [term] verbose = false # whether cargo provides verbose output