rust: add rust-toolchain file

This commit is contained in:
Harsh Shandilya 2022-07-05 02:29:28 +05:30
parent 021ba2131b
commit 8e32a26a21
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"