battlesnake/.cargo/config.toml

6 lines
87 B
TOML
Raw Normal View History

2024-09-02 15:16:32 +02:00
[alias]
xtask = "run --package xtask --"
2024-10-03 18:52:00 +02:00
[build]
rustflags = "-Ctarget-cpu=core-avx2"