rust-toolchain.toml

1[toolchain]
2channel = "1.90"
3profile = "minimal"
4components = [ "rustfmt", "clippy" ]
5targets = [
6    "wasm32-wasip2", # extensions
7    "x86_64-unknown-linux-musl", # remote server
8]