Files
termi-blog/backend/.cargo/config.toml

12 lines
243 B
TOML

[alias]
loco = "run --"
loco-tool = "run --bin tool --"
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"