build: add rust-toolchain.toml file

This commit is contained in:
Timothée Delabrouille
2024-10-28 20:20:28 +01:00
committed by thesimplekid
parent b53fa86a83
commit e95e95e3e2

4
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,4 @@
[toolchain]
channel="1.82.0"
components = ["rustfmt", "clippy", "rust-analyzer"]