1[toolchain]
2channel = "1.93"
3profile = "minimal"
4components = [ "rustfmt", "clippy", "rust-analyzer", "rust-src" ]
5targets = [
6 "wasm32-wasip2", # extensions
7 "wasm32-unknown-unknown", # gpui on the web
8 "x86_64-unknown-linux-musl", # remote server
9]