diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000000..1180d5972f --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[target.x86_64-pc-windows-msvc] +rustflags = ["-Ctarget-feature=+crt-static"]