Files
speech-detection/rust-toolchain.toml
T
2026-07-29 03:23:08 +02:00

10 lines
131 B
TOML

[toolchain]
channel = "nightly"
components = [
"clippy",
"rustfmt",
"rust-analyzer",
"rust-src",
"rustc-codegen-cranelift",
]