aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
blob: b194eaefcf40b3df93c86ad2deb37a864e46e46e (plain)
1
2
3
4
5
[toolchain]
channel = "stable"
components = ["rustfmt", "rust-analyzer", "clippy"]
targets = ["wasm32-wasip1"]
profile = "default"