From 77593c596da165658f645945a0bfecb16f037165 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Tue, 17 Jan 2023 16:55:38 +0200 Subject: [PATCH] feat: musl compatibility --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..66a2b65 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[target.x86_64-unknown-linux-musl] +rustflags = ["-C", "target-feature=-crt-static"] -- 2.44.1