Initial commit

This commit is contained in:
Arne Dußin 2024-11-18 22:43:59 +01:00
commit 3ee50f9aff
6 changed files with 158 additions and 0 deletions

3
rust_toolchain.toml Normal file
View file

@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2024-10-17"
components = ["rust-src", "rust-analyzer"]