10 lines
224 B
TOML
10 lines
224 B
TOML
[alias]
|
|
coverage = "tarpaulin --out Html --skip-clean --output-dir coverage"
|
|
|
|
[build]
|
|
rustc-wrapper = "sccache"
|
|
|
|
[target.x86_64-unknown-linux-gnu]
|
|
linker = "clang"
|
|
rustflags = ["-C", "link-arg=-fuse-ld=/usr/local/bin/mold"]
|