modified toolchain, added helix editor

This commit is contained in:
2025-11-20 23:57:53 +02:00
parent 7b300987b7
commit f68b1bb276
3 changed files with 12 additions and 11 deletions

View File

@@ -5,5 +5,6 @@ targets = [
]
components = [
"clippy",
"rustfmt"
"rustfmt",
"rust-analyzer"
]