mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 17:04:18 +01:00
9 lines
390 B
YAML
9 lines
390 B
YAML
# Enables verbose logging of cargokit during build
|
|
verbose_logging: true
|
|
|
|
# Opts out of using precompiled binaries. If crate has configured
|
|
# and deployed precompiled binaries, these will be by default used whenever Rustup
|
|
# is not installed. With `use_precompiled_binaries` set to false, the build will
|
|
# instead be aborted prompting user to install Rustup.
|
|
use_precompiled_binaries: true
|