We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dist.vendor
config.example.toml
1 parent 11d0471 commit 427af35Copy full SHA for 427af35
config.example.toml
@@ -939,3 +939,6 @@
939
# Copy the linker, DLLs, and various libraries from MinGW into the Rust toolchain.
940
# Only applies when the host or target is pc-windows-gnu.
941
#include-mingw-linker = true
942
+
943
+# Whether to vendor dependencies for the dist tarball.
944
+#vendor = if "is a tarball source" || "is a git repository" { true } else { false }
0 commit comments