Initial Commit

This commit is contained in:
Damian Wessels
2025-09-08 11:01:51 +02:00
commit fd33b5ceba
81 changed files with 17432 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[toolchain]
channel = "beta"
components = [
"rustfmt",
"clippy",
"rust-src",
"rustc-dev",
"llvm-tools-preview",
"rust-analyzer",
]