define default target to be static libc (musl)

This commit is contained in:
2023-04-17 16:18:28 +02:00
parent de26cc8ed8
commit 263147edc7
+3
View File
@@ -17,3 +17,6 @@ dashmap = "5.4.0"
log = "*" log = "*"
simple-logging = "2.0.2" simple-logging = "2.0.2"
walkdir = "*" walkdir = "*"
[build]
target = "x86_64-unknown-linux-musl"