mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +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"
|