9 lines
183 B
TOML
9 lines
183 B
TOML
[toolchain]
|
|
channel = "1.92"
|
|
profile = "minimal"
|
|
components = [ "rustfmt", "clippy" ]
|
|
targets = [
|
|
"wasm32-wasip2", # extensions
|
|
"x86_64-unknown-linux-musl", # remote server
|
|
]
|