This commit is contained in:
Reid 2025-01-16 18:31:05 -08:00
commit 322f3f5bbe
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
21 changed files with 2714 additions and 0 deletions

4
rust-toolchain.toml Normal file
View file

@ -0,0 +1,4 @@
[toolchain]
channel = "nightly"
components = [ "rust-src" ]
profile = "minimal"