2022-04-16 17:08:10 +02:00
|
|
|
[build]
|
|
|
|
jobs = 2 # number of parallel jobs, defaults to # of CPUs
|
2022-04-16 17:15:13 +02:00
|
|
|
rustc = ".cargo/bin/rustc" # the rust compiler tool
|
2022-04-16 17:11:58 +02:00
|
|
|
rustc-wrapper = ".cargo/bin/sccache" # enable sccache
|