From 1e2487fd5f63831f12d63bbc018200c8e8fadf70 Mon Sep 17 00:00:00 2001 From: namilsk Date: Sun, 11 Jan 2026 16:13:37 +0300 Subject: Added static-linking by default --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml (limited to '.cargo') diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..8a7c06a --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +target = ["x86_64-unknown-linux-musl"] -- cgit v1.2.3