feat(toolchain): add toolchain file

This commit is contained in:
doryan 2024-12-30 23:15:11 +04:00
parent ccb23c8c56
commit 90708794db
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
target
rust-toolchain.toml
Cargo.lock
.gitignore

4
rust-toolchain.toml Normal file
View File

@ -0,0 +1,4 @@
[toolchain]
channel = "nightly-2024-03-22"
components = [ "rust-src" ]
profile = "complete"