miroir/rust-toolchain.toml
jedarden e89f02a174 OP#6: Add ARM64 (aarch64-unknown-linux-musl) target support
- Add aarch64-unknown-linux-musl target to rust-toolchain.toml for cross-compilation
- Document ARM64 build instructions, prerequisites, and architecture-specific considerations
- No architecture-specific code paths exist; all dependencies are architecture-agnostic

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-08 15:25:12 -04:00

4 lines
134 B
TOML

[toolchain]
channel = "1.87"
components = ["rustfmt", "clippy"]
targets = ["x86_64-unknown-linux-musl", "aarch64-unknown-linux-musl"]