lir/rust-toolchain.toml
Christina Sørensen 3b81342f1d
build(flake): introduce flake for dev/package
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-02-05 07:22:37 +01:00

11 lines
146 B
TOML

[toolchain]
channel = "1.70"
components = [
"rustfmt",
"rustc",
"rust-src",
"rust-analyzer",
"cargo",
"clippy",
]
profile = "minimal"