Files
vibe-kanban/rust-toolchain.toml
2025-12-04 16:50:51 +00:00

11 lines
173 B
TOML

[toolchain]
channel = "nightly-2025-12-04"
components = [
"rustfmt",
"rustc",
"rust-analyzer",
"rust-src",
"rust-std",
"cargo",
]
profile = "default"