mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
11 lines
222 B
TOML
11 lines
222 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
components = [ "rust-src", "rust-analyzer" ]
|
|
targets = [
|
|
"wasm32-unknown-unknown",
|
|
"wasm32-wasi",
|
|
"x86_64-pc-windows-gnu",
|
|
"x86_64-unknown-linux-gnu",
|
|
]
|
|
profile = "default"
|