.dotfiles/templates/toolchain.toml
2023-12-11 02:57:34 +01:00

6 lines
69 B
TOML

[toolchain]
channel = "stable"
components = [
"rust-src"
# ...
]