DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 52a6bf5be6d777c072a7ebde1261e8843fc495ef deck-builder/.cargo/config.toml -rw-r--r-- 189 bytes
52a6bf5bJonni Liljamo feat(sdbapi): replace gorm.Model with own fields 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"]