rust-lib-nix-template/rust-toolchain.toml

5 lines
117 B
TOML
Raw Permalink Normal View History

2025-07-02 23:10:50 +02:00
[toolchain]
channel = "stable"
components = [ "rustfmt", "rust-src", "clippy", "rust-analyzer" ]
profile = "default"