2018-02-03 12:51:06 +03:00
|
|
|
[alias]
|
2019-10-17 19:36:55 +03:00
|
|
|
xtask = "run --package xtask --bin xtask --"
|
2019-10-17 23:01:53 +03:00
|
|
|
install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
|
2019-11-17 18:26:52 +03:00
|
|
|
tq = "test -- -q"
|
2019-11-20 22:03:09 +03:00
|
|
|
qt = "tq"
|
2020-08-19 20:06:04 +02:00
|
|
|
|
|
|
|
[target.x86_64-pc-windows-msvc]
|
|
|
|
linker = "rust-lld"
|