Files
rust_browser/rust-toolchain.toml
Zachary D. Rowitsch af024d8bd2 Initial commit
2026-01-28 21:41:46 -05:00

6 lines
87 B
TOML

[toolchain]
channel = "stable"
components = ["rustfmt", "clippy"]
profile = "minimal"