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

[target.x86_64-pc-windows-msvc]
linker = "rust-lld"