first commit

This commit is contained in:
2025-04-21 19:43:16 +04:00
commit 728e7d5be7
7 changed files with 266 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 = "minimal"