Files
universal_web_loco_rewrite/.cargo/config.toml
Priec 9fff6fbf7f
Some checks failed
CI / Check Style (push) Has been cancelled
CI / Run Clippy (push) Has been cancelled
CI / Run Tests (push) Has been cancelled
loco rewrite
2026-05-17 13:12:08 +02:00

11 lines
231 B
TOML

[alias]
loco = "run --"
loco-tool = "run --"
playground = "run --example playground"
# https://github.com/rust-lang/rust/issues/141626
# (can be removed once link.exe is fixed)
[target.x86_64-pc-windows-msvc]
linker = "rust-lld"