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