Initial Commit

This commit is contained in:
2026-07-29 03:23:08 +02:00
commit 6a8e9cfd4f
25 changed files with 930 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[toolchain]
channel = "nightly"
components = [
"clippy",
"rustfmt",
"rust-analyzer",
"rust-src",
"rustc-codegen-cranelift",
]