Files
puter/rust-toolchain.toml
ProgrammerIn-wonderland b145e30a90 feat: v86 9p server support
2024-10-09 20:36:03 -04:00

6 lines
154 B
TOML

[toolchain]
channel = "nightly"
components = [ "rustc", "rust-std" ]
targets = [ "wasm32-unknown-unknown", "i686-unknown-linux-gnu" ]
profile = "minimal"