Initial commit

This commit is contained in:
Zoe
2026-08-18 07:16:11 -05:00
commit 8dc3839ba4
18 changed files with 724 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
[toolchain]
channel = "nightly"
components = ["rustfmt", "rust-src"]
profile = "minimal"
targets = ["x86_64-unknown-none"]