diff options
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config index 9a04b9462..560ab3075 100644 --- a/.cargo/config +++ b/.cargo/config | |||
@@ -2,3 +2,4 @@ | |||
2 | xtask = "run --package xtask --bin xtask --" | 2 | xtask = "run --package xtask --bin xtask --" |
3 | install-ra = "run --package xtask --bin xtask -- install" # for backwards compat | 3 | install-ra = "run --package xtask --bin xtask -- install" # for backwards compat |
4 | tq = "test -- -q" | 4 | tq = "test -- -q" |
5 | qt = "tq" | ||