[toolchain] # Pin a channel for reproducible local builds. Bump deliberately. channel = "stable" components = ["rustfmt", "clippy"] # musl target for static userland binaries (install with: rustup target add x86_64-unknown-linux-musl) targets = ["x86_64-unknown-linux-musl"]