summaryrefslogtreecommitdiffstats
path: root/.cargo/config.toml
blob: 87b1763d54ecd56aad0ebe096cb0a6cff5014c4b (plain)
1
2
3
4
5
6
parallel-compiler = true

[alias]
xtask = "run --package xtask --"
x = "xtask"
make = "xtask deprecated"