Skip to content

Commit 9778f25

Browse files
committed
document dist.vendor in config.example.toml
Signed-off-by: onur-ozkan <[email protected]>
1 parent 741b316 commit 9778f25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.example.toml

+3
Original file line numberDiff line numberDiff line change
@@ -942,3 +942,6 @@
942942
# Copy the linker, DLLs, and various libraries from MinGW into the Rust toolchain.
943943
# Only applies when the host or target is pc-windows-gnu.
944944
#include-mingw-linker = true
945+
946+
# Whether to vendor dependencies for the dist tarball.
947+
#vendor = if "is a tarball source" || "is a git repository" { true } else { false }

0 commit comments

Comments
 (0)