blob: 0193a9566e2bf02cb5ab5bdda4fd4ef4ae05375f [file] [log] [blame] [edit]
[alias]
xtask = "run --package xtask --bin xtask --"
tq = "test -- -q"
qt = "tq"
lint = "clippy --all-targets -- --cap-lints warn"
codegen = "run --package xtask --bin xtask -- codegen"
dist = "run --package xtask --bin xtask -- dist"
[target.x86_64-pc-windows-msvc]
linker = "rust-lld"
[env]
CARGO_WORKSPACE_DIR = { value = "", relative = true }