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"