diff options
| author | namilsk <namilsk@namilsk.tech> | 2026-01-11 16:13:37 +0300 |
|---|---|---|
| committer | namilsk <namilsk@namilsk.tech> | 2026-01-11 16:13:37 +0300 |
| commit | 1e2487fd5f63831f12d63bbc018200c8e8fadf70 (patch) | |
| tree | 680f7ac4d5e9d05ac72e29d414409c665849cf37 /.cargo | |
| parent | c7650eca8fb03d5282a9e4d7e0178feddda274ad (diff) | |
Added static-linking by default
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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"] |
