7 lines
146 B
TOML
7 lines
146 B
TOML
[registries.crates-io]
|
|
protocol = "sparse"
|
|
|
|
[target.x86_64-pc-windows-gnu]
|
|
rustflags = "-C link-args=-lssp" # Does not compile without this line
|
|
|