- 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>
4 lines
134 B
TOML
4 lines
134 B
TOML
[toolchain]
|
|
channel = "1.87"
|
|
components = ["rustfmt", "clippy"]
|
|
targets = ["x86_64-unknown-linux-musl", "aarch64-unknown-linux-musl"]
|