diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 0000000..aafd543 --- /dev/null +++ b/.cargo/config @@ -0,0 +1,2 @@ +[target.x86_64-unknown-linux-gnu] +rustflags = ["-C", "target-feature=+crt-static"]