aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config
blob: 9a04b9462a037fe73c376fb8112bf7d9b59f052e (plain)
1
2
3
4
[alias]
xtask = "run --package xtask --bin xtask --"
install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
tq = "test -- -q"