Files
Notes/notes-service/.cargo/config.toml
T
2026-08-02 12:31:37 +03:00

18 lines
334 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"
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"