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.
1 parent 0ffcbbe commit 3ff1543Copy full SHA for 3ff1543
cargokit_options.yaml
@@ -0,0 +1,8 @@
1
+# Enables verbose logging of cargokit during build
2
+verbose_logging: true
3
+
4
+# Opts out of using precompiled binaries. If crate has configured
5
+# and deployed precompiled binaries, these will be by default used whenever Rustup
6
+# is not installed. With `use_precompiled_binaries` set to false, the build will
7
+# instead be aborted prompting user to install Rustup.
8
+use_precompiled_binaries: false
0 commit comments