add rust-toolchain

This commit is contained in:
Toshit Chawda 2025-01-29 21:40:01 -08:00
parent 03c260cc56
commit 011ab4bd5b
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D

4
rust-toolchain.toml Normal file
View file

@ -0,0 +1,4 @@
[toolchain]
channel = "nightly"
targets = ["wasm32-unknown-unknown"]
components = ["rust-src"]