Initial template commit
This commit is contained in:
5
rust-toolchain.toml
Normal file
5
rust-toolchain.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[toolchain]
|
||||
channel = "nightly"
|
||||
components = ["rust-analyzer", "rustfmt", "rustc-dev"]
|
||||
targets = ["wasm32-unknown-unknown", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
|
||||
profile = "default"
|
||||
Reference in New Issue
Block a user