6 lines
122 B
TOML
6 lines
122 B
TOML
|
|
[build]
|
||
|
|
target = "x86_64-pc-windows-gnu"
|
||
|
|
|
||
|
|
[target.x86_64-pc-windows-gnu]
|
||
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|