first commit

This commit is contained in:
2025-04-21 21:36:22 +04:00
commit 901b58cd27
19 changed files with 894 additions and 0 deletions

4
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,4 @@
[toolchain]
channel = "nightly-2024-06-13"
components = [ "rust-src" ]
profile = "default"