typos/.cargo/config.toml
Jonas Platte 28b4ab4ec5
chore: Rename .cargo/{config => config.toml}
Cargo understands this as well, and this way editors pick up the file
type correctly. The old file name is also no longer documented in
https://doc.rust-lang.org/cargo/reference/config.html#hierarchical-structure
2022-09-01 09:14:02 +02:00

5 lines
153 B
TOML

[target.x86_64-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]
[target.i686-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]