diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 00000000..3b66d46c --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,9 @@ +# Cargo configuration for Nyash project + +[build] +# Use 24 threads by default for all cargo builds +jobs = 24 + +[env] +# Environment variables for all cargo commands +CARGO_INCREMENTAL = "1" \ No newline at end of file