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

5 lines
117 B
TOML

[toolchain]
channel = "stable"
components = [ "rustfmt", "rust-src", "clippy", "rust-analyzer" ]
profile = "default"