1 2 3 4 5 6 7 8 9 10
[toolchain] channel = "stable" components = ["rustfmt", "clippy", "rust-docs", "rust-src"] targets = [ "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "x86_64-apple-darwin", "aarch64-apple-darwin" ] profile = "minimal"