ark-invest-api-rust/.cargo/config.toml
2024-10-02 12:52:04 -07:00

9 lines
176 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"