ark-invest-api-rust-data/.cargo/config.toml
2023-06-29 00:39:46 +00:00

9 lines
170 B
TOML

[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
[alias]
t = "nextest run"
[build]
target-dir = "target/target"