Maximum amount of parallel jobs for Cargo

Sometimes Cargo makes my CPU cores go to the surface temperature of the sun. To avoid this, set the build.jobs integer in ~/.cargo/config.toml to something below your CPU core count:

[build]
jobs = 4

Source: https://doc.rust-lang.org/cargo/reference/config.html#buildjobs