YrXtals/.cargo/config.toml

7 lines
193 B
TOML

[alias]
xtask = "run --release --package xtask --"
# build target lives on /tmp (internal SSD) instead of the project root (external spin disk).
[build]
target-dir = "/tmp/yr_crystals-target"