dotfiles/.cargo/config.toml

8 lines
325 B
INI
Raw Normal View History

2022-04-16 17:08:10 +02:00
[build]
jobs = 2 # number of parallel jobs, defaults to # of CPUs
rustc = ".cargo/bin/rustc" # the rust compiler tool
rustc-wrapper = ".cargo/bin/sccache" # enable sccache
[future-incompat-report]
frequency = 'always' # when to display a notification about a future incompat report