9 lines
139 B
TOML
9 lines
139 B
TOML
[build]
|
|
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
|
|
|
|
[alias]
|
|
loco = "run --"
|
|
loco-tool = "run --"
|
|
|
|
playground = "run --example playground"
|