diff --git a/.cargo/config.toml b/.cargo/config.toml index 49aaa3a6c..1cdcb7ded 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -13,3 +13,6 @@ color = "always" [target.'cfg(all(target_env = "msvc", target_os = "windows"))'] rustflags = ["-C", "target-feature=+crt-static"] + +[build] +target-dir = "out/rust"