lir/rust-toolchain.toml
Christina Sørensen ac4258dbb5
build(deps): nuke semnix, bump flake/crate deps
Signed-off-by: Christina Sørensen <ces@fem.gg>
2024-12-28 18:42:53 +01:00

11 lines
148 B
TOML

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