feat: add musl compatibility
1 files changed, 2 insertions(+), 0 deletions(-) M .cargo/config.toml
M .cargo/config.toml => .cargo/config.toml +2 -0
@@ 1,3 1,5 @@ [target.x86_64-unknown-linux-gnu] linker = "clang" rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"] +[target.x86_64-unknown-linux-musl] +rustflags = ["-C", "target-feature=-crt-static"]