Initial Commit: Rust Flake

This commit is contained in:
bluepython508
2024-11-02 20:19:23 +00:00
commit 0b0950959b
8 changed files with 2299 additions and 0 deletions

4
toolchain.toml Normal file
View File

@@ -0,0 +1,4 @@
[toolchain]
channel = "stable"
components = [ "rustfmt", "rust-analyzer", "rust-src", "clippy" ]
profile = "default"