diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..ac2b23f --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[target.x86_64-pc-windows-msvc] +rustflags = ["-C", "target-feature=+crt-static"] diff --git a/Cargo.toml b/Cargo.toml index 98bc7ed..c2c90b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,6 +60,3 @@ tempfile = "3.10.1" [dev-dependencies] async-std = "1.12.0" rstest = "0.21.0" - -[target.'x86_64-pc-windows-msvc'] -rustflags = ["-C", "target-feature=+crt-static"]