2023-03-28 14:12:01 +02:00
|
|
|
[registries.crates-io]
|
|
|
|
protocol = "sparse"
|
|
|
|
|
2022-11-07 15:07:40 +01:00
|
|
|
[target.x86_64-pc-windows-gnu]
|
2023-01-27 14:11:54 +00:00
|
|
|
rustflags = "-C link-args=-lssp" # Does not compile without this line
|
|
|
|
|
2023-09-23 23:50:28 +02:00
|
|
|
[target.aarch64-unknown-linux-gnu]
|
|
|
|
rustflags = "-C linker=aarch64-linux-gnu-gcc"
|