From 80b94b3d9ee2ac4e33817a0624c9c77071b22de4 Mon Sep 17 00:00:00 2001 From: Rob Tsuk Date: Tue, 13 Mar 2018 16:08:44 -0700 Subject: [PATCH] Add documentation --- src/doc/src/reference/config.md | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2