1 2 3 4 5 6 7
[toolchain] channel = "1.91" components = ["rustfmt", "clippy"] # Add the wasm32-wasip1 target, used for running tests. targets = ["wasm32-wasip1"] profile = "minimal"