DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 1b8e1ef4104ef9222fc0ab9a5e72e2e11fe0385d deck-builder/.cargo/config.toml -rw-r--r-- 189 bytes
1b8e1ef4Jonni Liljamo feat(api): add redo script 1 year, 8 months ago
                                                                                
1
2
3
4
5
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
[target.x86_64-unknown-linux-musl]
rustflags = ["-C", "target-feature=-crt-static"]