mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 06:15:47 +00:00
6 lines
154 B
TOML
6 lines
154 B
TOML
|
[toolchain]
|
||
|
channel = "nightly"
|
||
|
components = [ "rustc", "rust-std" ]
|
||
|
targets = [ "wasm32-unknown-unknown", "i686-unknown-linux-gnu" ]
|
||
|
profile = "minimal"
|