We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dist.vendor
config.example.toml
1 parent 484ac19 commit 7fff695Copy full SHA for 7fff695
config.example.toml
@@ -942,3 +942,6 @@
942
# Copy the linker, DLLs, and various libraries from MinGW into the Rust toolchain.
943
# Only applies when the host or target is pc-windows-gnu.
944
#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