rtic/.cargo/config.toml

7 lines
191 B
TOML
Raw Normal View History

2021-08-26 10:58:59 +02:00
[alias]
xtask = "run --package xtask --"
pxtask = "run --package xtask --features rayon --"
2021-08-26 10:58:59 +02:00
# Don't define the RUSTFLAGS link.x thing here: it messes
# up compilation of the usage examples.