diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 00000000..c4e5f395 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,3 @@ +# Link runtime statically so Visual C++ Redist is not required +[target.'cfg(all(windows, target_env = "msvc"))'] +rustflags = ["-C", "target-feature=+crt-static"]