setup rust toolchain

This commit is contained in:
Fabien Freling 2024-04-05 00:19:18 +02:00
commit cace6f4468
3 changed files with 100 additions and 0 deletions

3
rust-toolchain.toml Normal file
View file

@ -0,0 +1,3 @@
[toolchain]
channel = "stable"
profile = "default"