Use new Cargo config.toml convention

This commit is contained in:
Lucien Greathouse
2021-07-12 13:19:36 -04:00
parent 92e6f862ad
commit 7cf57714a4

2
.cargo/config.toml Normal file
View File

@@ -0,0 +1,2 @@
[target.x86_64-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]