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