X-Git-Url: https://git.r.bdr.sh/rbdr/olden-mail/blobdiff_plain/768227f7aa31e2930e1ff2641c24fbf06fc339fe..13bd0f04002b606336f99135f65bcf3bd388b1cc:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 9180431..7aa36fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ authors = ["Rubén Beltrán del Río "] ctrlc = "3.4.5" env_logger = "0.11.6" log = "0.4.25" -native-tls = "0.2.12" +native-tls = { version = "0.2.12", features = ["vendored"] } thiserror = "2.0.11" [profile.release] @@ -33,3 +33,7 @@ assets = [ [lints.clippy] pedantic = "warn" + +[target.aarch64-unknown-linux-gnu] +linker = "aarch64-linux-gnu-gcc" +rustflags = ["-C", "link-arg=-fuse-ld=lld"]