1 2 3 4 5 6 7 8
[toolchain] channel = "nightly" components = ["rustfmt", "cargo", "rustc", "rust-std", "clippy"] targets = [ "aarch64-apple-darwin", # macOS on ARM architecture "x86_64-unknown-linux-gnu", # Linux on x86_64 architecture ] profile = "default"