rust: add rust-toolchain file

This commit is contained in:
Harsh Shandilya 2022-07-05 02:29:28 +05:30
parent 43d4779c9f
commit a4f9bbe43d
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

5
rust-toolchain.toml Normal file
View File

@ -0,0 +1,5 @@
[toolchain]
channel = "stable"
components = [ "clippy", "rustfmt", "rust-src" ]
targets = [ "x86_64-unknown-linux-gnu" ]
profile = "minimal"