From 263147edc7cc2a491a45f17fdf676cf4c4d49840 Mon Sep 17 00:00:00 2001 From: acereca Date: Mon, 17 Apr 2023 16:18:28 +0200 Subject: [PATCH] define default target to be static libc (musl) --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 843ef23..d257e09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,3 +17,6 @@ dashmap = "5.4.0" log = "*" simple-logging = "2.0.2" walkdir = "*" + +[build] +target = "x86_64-unknown-linux-musl"