initial commit

This commit is contained in:
Bryan McShea
2024-01-16 00:15:13 -05:00
commit 42b47201fe
18 changed files with 1922 additions and 0 deletions

5
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,5 @@
[toolchain]
channel = "nightly"
profile = "default"
targets = ["x86_64-unknown-none"]
components = ["rust-src", "llvm-tools-preview"]